Module Name:    xsrc
Committed By:   mrg
Date:           Sat Mar  4 23:01:34 UTC 2017

Modified Files:
        xsrc/external/mit/xauth/dist: process.c

Log Message:
merge xauth 1.0.10.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 xsrc/external/mit/xauth/dist/process.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xauth/dist/process.c
diff -u xsrc/external/mit/xauth/dist/process.c:1.5 xsrc/external/mit/xauth/dist/process.c:1.6
--- xsrc/external/mit/xauth/dist/process.c:1.5	Fri Jul 11 18:22:49 2014
+++ xsrc/external/mit/xauth/dist/process.c	Sat Mar  4 23:01:34 2017
@@ -844,7 +844,10 @@ write_auth_file(char *tmp_nam)
 	}
     }
 
-    (void) fclose (fp);
+    if (fclose(fp)) {
+	return -1;
+    }
+
     return 0;
 }
 

Reply via email to