patch-2.4.26 linux-2.4.26/net/bluetooth/cmtp/sock.c

Next file: linux-2.4.26/net/bluetooth/hci_conn.c
Previous file: linux-2.4.26/net/bluetooth/bnep/sock.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.25/net/bluetooth/cmtp/sock.c linux-2.4.26/net/bluetooth/cmtp/sock.c
@@ -86,8 +86,10 @@
 		if (!nsock)
 			return err;
 
-		if (nsock->sk->state != BT_CONNECTED)
+		if (nsock->sk->state != BT_CONNECTED) {
+			fput(nsock->file);
 			return -EBADFD;
+		}
 
 		err = cmtp_add_connection(&ca, nsock);
 		if (!err) {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)