patch-2.1.102 linux/net/core/scm.c

Next file: linux/net/core/skbuff.c
Previous file: linux/net/core/rtnetlink.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.101/linux/net/core/scm.c linux/net/core/scm.c
@@ -50,7 +50,7 @@
 	      creds->uid == current->suid) || capable(CAP_SETUID)) &&
 	    ((creds->gid == current->gid || creds->gid == current->egid ||
 	      creds->gid == current->sgid) || capable(CAP_SETGID))) {
-		return 0;
+	       return 0;
 	}
 	return -EPERM;
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov