* util/ntp-genkeys.c (main): Reset the standard mask so the
symlinks are created with the standard mask.
bk: 3ae154f3hOxHYYvBQ3YCAQaVngYECg
2001-04-21 Harlan Stenn <stenn@whimsy.udel.edu>
+ * util/ntp-genkeys.c (main): Reset the standard mask so the
+ symlinks are created with the standard mask.
+
* configure.in: 4.0.99k28
* ntpd/ntpd.c (ntpdmain): Use mode_t for umask value.
*/
std_mask = umask(sec_mask); /* Get the standard mask */
+ (void) umask(std_mask);
if (make_md5 && (force || !filep(f1_keys))) {
/*