summaryrefslogtreecommitdiff
path: root/readconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'readconf.c')
-rw-r--r--readconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/readconf.c b/readconf.c
index e61486b09..7f7bbfee2 100644
--- a/readconf.c
+++ b/readconf.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: readconf.c,v 1.169 2008/11/03 01:07:02 stevesk Exp $ */ 1/* $OpenBSD: readconf.c,v 1.170 2008/11/03 02:44:41 stevesk Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -1225,7 +1225,7 @@ parse_forward(Forward *fwd, const char *fwdspec, int dynamicfwd)
1225 if ((fwdarg[i] = hpdelim(&cp)) == NULL) 1225 if ((fwdarg[i] = hpdelim(&cp)) == NULL)
1226 break; 1226 break;
1227 1227
1228 /* Check for trailing garbage in 4-arg case*/ 1228 /* Check for trailing garbage */
1229 if (cp != NULL) 1229 if (cp != NULL)
1230 i = 0; /* failure */ 1230 i = 0; /* failure */
1231 1231