From: Alan T. DeKok Date: Sun, 22 Jul 2018 17:10:34 +0000 (-0400) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a73badee4ac06fb27627e904abeb552ab993fbd8;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/lib/server/command.c b/src/lib/server/command.c index 820d7f07161..20b74b70575 100644 --- a/src/lib/server/command.c +++ b/src/lib/server/command.c @@ -1763,7 +1763,8 @@ static char const *skip_word(char const *text) return word; } - quote = word++; + quote = *word; + word++; while (*word && (*word != quote)) { if (*word != '\\') { word++;