diff options
Diffstat (limited to 'net/sctp/protocol.c')
-rw-r--r-- | net/sctp/protocol.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/sctp/protocol.c b/net/sctp/protocol.c index 4e6b59e8b695..81b26c5ffd4b 100644 --- a/net/sctp/protocol.c +++ b/net/sctp/protocol.c | |||
@@ -1172,9 +1172,6 @@ SCTP_STATIC __init int sctp_init(void) | |||
1172 | sctp_port_hashtable[i].chain = NULL; | 1172 | sctp_port_hashtable[i].chain = NULL; |
1173 | } | 1173 | } |
1174 | 1174 | ||
1175 | spin_lock_init(&sctp_port_alloc_lock); | ||
1176 | sctp_port_rover = sysctl_local_port_range[0] - 1; | ||
1177 | |||
1178 | printk(KERN_INFO "SCTP: Hash tables configured " | 1175 | printk(KERN_INFO "SCTP: Hash tables configured " |
1179 | "(established %d bind %d)\n", | 1176 | "(established %d bind %d)\n", |
1180 | sctp_assoc_hashsize, sctp_port_hashsize); | 1177 | sctp_assoc_hashsize, sctp_port_hashsize); |