diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-03-24 15:00:18 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-03-24 15:00:18 +0000 |
commit | 4e294c669f3d2e59a5b8e2ca813ec5fe4806f73d (patch) | |
tree | 6de02cce1efdca0a4941443659b1235b36c4cfda /sbin/isakmpd/ui.c | |
parent | 619616f66e7cc89dd152fd14ecb6e2a97f415620 (diff) |
Merge with EOM 1.28
old connect has disappeared
Diffstat (limited to 'sbin/isakmpd/ui.c')
-rw-r--r-- | sbin/isakmpd/ui.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/isakmpd/ui.c b/sbin/isakmpd/ui.c index edb08dbb713..fe0a828c69d 100644 --- a/sbin/isakmpd/ui.c +++ b/sbin/isakmpd/ui.c @@ -1,5 +1,5 @@ -/* $OpenBSD: ui.c,v 1.5 1999/02/26 03:52:22 niklas Exp $ */ -/* $EOM: ui.c,v 1.27 1999/02/25 11:39:26 niklas Exp $ */ +/* $OpenBSD: ui.c,v 1.6 1999/03/24 15:00:17 niklas Exp $ */ +/* $EOM: ui.c,v 1.28 1999/03/08 00:39:28 niklas Exp $ */ /* * Copyright (c) 1998 Niklas Hallqvist. All rights reserved. @@ -85,7 +85,7 @@ ui_connect (char *cmd) { char name[81]; - if (sscanf (cmd, "C %80s", name) != 1) + if (sscanf (cmd, "c %80s", name) != 1) { log_print ("ui_connect: command \"%s\" malformed", cmd); return; |