diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-06-08 03:35:49 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-06-08 03:35:49 +0000 |
commit | e9cb005d055329783614eb69159bd55f4c282f4c (patch) | |
tree | dd8d23f73eda8defe77e038a9f782cfb438b89f5 /usr.sbin/lpr | |
parent | 20d741f4306f14d5f115a8c480edf61b26f1de73 (diff) |
Remove some debugging code
Diffstat (limited to 'usr.sbin/lpr')
-rw-r--r-- | usr.sbin/lpr/common_source/common.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/usr.sbin/lpr/common_source/common.c b/usr.sbin/lpr/common_source/common.c index 1772d30b7c9..1a0ecfb2bb8 100644 --- a/usr.sbin/lpr/common_source/common.c +++ b/usr.sbin/lpr/common_source/common.c @@ -1,4 +1,4 @@ -/* $OpenBSD: common.c,v 1.18 2002/06/08 01:53:43 millert Exp $ */ +/* $OpenBSD: common.c,v 1.19 2002/06/08 03:35:48 millert Exp $ */ /* $NetBSD: common.c,v 1.21 2000/08/09 14:28:50 itojun Exp $ */ /* @@ -43,7 +43,7 @@ #if 0 static const char sccsid[] = "@(#)common.c 8.5 (Berkeley) 4/28/95"; #else -static const char rcsid[] = "$OpenBSD: common.c,v 1.18 2002/06/08 01:53:43 millert Exp $"; +static const char rcsid[] = "$OpenBSD: common.c,v 1.19 2002/06/08 03:35:48 millert Exp $"; #endif #endif /* not lint */ @@ -348,11 +348,6 @@ checkremote(void) if (RM == NULL || *RM == '\0') return NULL; - /* XXX */ - remote = 1; - return NULL; /* XXX -- for local testing only! */ - /* XXX */ - /* get the local interface addresses */ siginterrupt(SIGINT, 1); if (getifaddrs(&ifap) < 0) { |