initialize name; is this the right hack?
authorderaadt <deraadt@openbsd.org>
Fri, 20 Dec 1996 15:58:40 +0000 (15:58 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 20 Dec 1996 15:58:40 +0000 (15:58 +0000)
usr.sbin/lpr/lpd/lpd.c

index a9780fe..ff9183c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: lpd.c,v 1.11 1996/11/03 23:24:08 millert Exp $ */
+/*     $OpenBSD: lpd.c,v 1.12 1996/12/20 15:58:40 deraadt Exp $ */
 /*     $NetBSD: lpd.c,v 1.7 1996/04/24 14:54:06 mrg Exp $      */
 
 /*
@@ -127,6 +127,8 @@ main(argc, argv)
        options = 0;
        gethostname(host, sizeof(host));
 
+       name = "lpd";
+
        if (euid != 0) {
                fprintf(stderr,"lpd: must run as root\n");
                exit(1);