All pastes #314162 Raw Edit

Stuff

public unlisted text v1 · immutable
#314162 ·published 2007-01-12 14:25 UTC
rendered paste body
--- safe_mode.c.old	2007-01-12 14:31:55.388128608 +0000
+++ safe_mode.c	2007-01-12 14:32:06.477442776 +0000
@@ -235,7 +235,7 @@
 		char *pwbuf;
 
 		if (pwbuflen < 1) {
-			return ""
+			return "";
 		}
 		pwbuf = emalloc(pwbuflen);
 		if (getpwuid_r(pstat->st_uid, &_pw, pwbuf, pwbuflen, &retpwptr) != 0) {