aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nt/cmdproxy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nt/cmdproxy.c b/nt/cmdproxy.c
index 267e00acc98..09a3c672e79 100644
--- a/nt/cmdproxy.c
+++ b/nt/cmdproxy.c
@@ -158,6 +158,7 @@ get_next_token (char * buf, char ** pSrc)
158 if (p[0] == escape_char && escape_char != '"') 158 if (p[0] == escape_char && escape_char != '"')
159 { 159 {
160 escape_char_run++; 160 escape_char_run++;
161 p++;
161 continue; 162 continue;
162 } 163 }
163 else if (p[0] == '"') 164 else if (p[0] == '"')