in unused code: pass file mode in call to open(); found by Martin Laubach

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11067 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-08-09 13:19:41 +00:00
parent 1e6660fca2
commit cbcdc68e67

View File

@@ -727,7 +727,7 @@ main(argc, argv)
#ifdef DEBUG
close(2);
open("/tmp/k5dce.debug",O_WRONLY|O_CREAT|O_APPEND);
open("/tmp/k5dce.debug",O_WRONLY|O_CREAT|O_APPEND, 0600);
#endif
if (myuid = getuid()) {