Try to guess what the intent was

This commit is contained in:
Frank Denis 2015-10-17 17:30:42 +02:00
parent f4b95001d7
commit 6165edf789
1 changed files with 1 additions and 1 deletions

2
lib.c
View File

@ -211,7 +211,7 @@ static char * subst_opt(char *str, struct vtun_sopt *opt)
case '\\': case '\\':
nstr[np++] = str[sp++]; nstr[np++] = str[sp++];
if( !nstr[sp] ) if( !str[sp] )
continue; continue;
/* fall through */ /* fall through */
default: default: