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
-  Lines: 9
-  Date:
Thu May 14 10:26:22 1998
-  Orig file: 
v2.1.101/linux/net/core/scm.c
-  Orig date: 
Thu May  7 22:51:55 1998
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