From 6165edf78936da631a192f5afa72c91c832d17b9 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 17 Oct 2015 17:30:42 +0200 Subject: [PATCH] Try to guess what the intent was --- lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.c b/lib.c index 4a0843b..daf517e 100644 --- a/lib.c +++ b/lib.c @@ -211,7 +211,7 @@ static char * subst_opt(char *str, struct vtun_sopt *opt) case '\\': nstr[np++] = str[sp++]; - if( !nstr[sp] ) + if( !str[sp] ) continue; /* fall through */ default: