typo
authorderaadt <deraadt@openbsd.org>
Sun, 22 Dec 1996 19:41:23 +0000 (19:41 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 22 Dec 1996 19:41:23 +0000 (19:41 +0000)
gnu/libexec/uucp/libunix/init.c

index 57a5e77..a4fe66e 100644 (file)
@@ -272,7 +272,7 @@ usysdep_initialize (puuconf,iflags)
       && geteuid () == 0)
     {
       q = getpwnam (OWNER);
-      if (q != NULL) P
+      if (q != NULL) {
        seteuid (q->pw_uid);
        setuid (q->pw_uid);
       }