diff options
| author | Michael Tuexen <tuexen@FreeBSD.org> | 2011-06-17 07:06:42 +0000 |
|---|---|---|
| committer | Michael Tuexen <tuexen@FreeBSD.org> | 2011-06-17 07:06:42 +0000 |
| commit | bb2c20c1a876f040fb7461d8cfc56f9ff803a690 (patch) | |
| tree | 441bcc2859bbad6ec610e025ad484ec85665af01 /lib | |
| parent | 13aae0bf1d2bfaeb1666c89f8ced440b528383f6 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/net/sctp_sys_calls.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/net/sctp_sys_calls.c b/lib/libc/net/sctp_sys_calls.c index a97fe96681297..27664bc51c297 100644 --- a/lib/libc/net/sctp_sys_calls.c +++ b/lib/libc/net/sctp_sys_calls.c @@ -410,6 +410,9 @@ sctp_opt_info(int sd, sctp_assoc_t id, int opt, void *arg, socklen_t * size) case SCTP_DEFAULT_PRINFO: ((struct sctp_default_prinfo *)arg)->pr_assoc_id = id; break; + case SCTP_MAX_BURST: + ((struct sctp_assoc_value *)arg)->assoc_id = id; + break; default: break; } |
