diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-01 19:31:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-01 19:31:13 +0000 |
commit | 13b45a287ce994335a66ee2b0e9c4a4f1118ea6a (patch) | |
tree | 4ef2fa1c739e63fdb968293752e8ac8ad077f034 | |
parent | 144c8b983bc760005f701ec826800cac225426b1 (diff) |
delete unknown error
-rw-r--r-- | usr.bin/telnet/commands.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/telnet/commands.c b/usr.bin/telnet/commands.c index 3ea2882bf07..5c4e56a4829 100644 --- a/usr.bin/telnet/commands.c +++ b/usr.bin/telnet/commands.c @@ -1,4 +1,4 @@ -/* $OpenBSD: commands.c,v 1.16 1998/05/23 12:15:20 deraadt Exp $ */ +/* $OpenBSD: commands.c,v 1.17 1998/07/01 19:31:12 deraadt Exp $ */ /* $NetBSD: commands.c,v 1.14 1996/03/24 22:03:48 jtk Exp $ */ /* @@ -2428,8 +2428,6 @@ tn(argc, argv) herror(hostp); seteuid(getuid()); setuid(getuid()); - fprintf (stderr, "%s: %s\r\n", hostp ? hostp : "", - "unknown error"); return 0; } } |