Loading net/sctp/socket.c +1 −1 Original line number Diff line number Diff line Loading @@ -2970,7 +2970,7 @@ SCTP_STATIC struct sock *sctp_accept(struct sock *sk, int flags, int *err) goto out; } timeo = sock_rcvtimeo(sk, sk->sk_socket->file->f_flags & O_NONBLOCK); timeo = sock_rcvtimeo(sk, flags & O_NONBLOCK); error = sctp_wait_for_accept(sk, timeo); if (error) Loading Loading
net/sctp/socket.c +1 −1 Original line number Diff line number Diff line Loading @@ -2970,7 +2970,7 @@ SCTP_STATIC struct sock *sctp_accept(struct sock *sk, int flags, int *err) goto out; } timeo = sock_rcvtimeo(sk, sk->sk_socket->file->f_flags & O_NONBLOCK); timeo = sock_rcvtimeo(sk, flags & O_NONBLOCK); error = sctp_wait_for_accept(sk, timeo); if (error) Loading