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:
@@ -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()) {
|
||||
|
Reference in New Issue
Block a user