From: Dan Carpenter Date: Thu, 16 Aug 2012 03:16:19 +0000 (+0000) Subject: sctp: fix bogus if statement in sctp_auth_recv_cid() X-Git-Tag: v3.7-rc1~145^2~317 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02644a17457414f38e29f32d5c640b06d08fa092;p=profile%2Fivi%2Fkernel-x86-ivi.git sctp: fix bogus if statement in sctp_auth_recv_cid() There is an extra semi-colon here, so we always return 0 instead of calling __sctp_auth_cid(). Signed-off-by: Dan Carpenter Reviewed-by: "Eric W. Biederman" Signed-off-by: David S. Miller --- diff --git a/net/sctp/auth.c b/net/sctp/auth.c index aaa6c12..159b9bc 100644 --- a/net/sctp/auth.c +++ b/net/sctp/auth.c @@ -695,7 +695,7 @@ int sctp_auth_recv_cid(sctp_cid_t chunk, const struct sctp_association *asoc) return 0; net = sock_net(asoc->base.sk); - if (!net->sctp.auth_enable); + if (!net->sctp.auth_enable) return 0; return __sctp_auth_cid(chunk,