small fix
This commit is contained in:
parent
7a1e7d1a7a
commit
500e03ff90
2
ii.c
2
ii.c
@ -318,7 +318,7 @@ static void proc_server_cmd(char *buf)
|
|||||||
<crlf> ::= CR LF
|
<crlf> ::= CR LF
|
||||||
*/
|
*/
|
||||||
if(buf[0] == ':') { /* check prefix */
|
if(buf[0] == ':') { /* check prefix */
|
||||||
p = strchr(buf, ' ');
|
if (!(p = strchr(buf, ' '))) return;
|
||||||
*p = 0;
|
*p = 0;
|
||||||
for(++p; *p == ' '; p++);
|
for(++p; *p == ' '; p++);
|
||||||
cmd = p;
|
cmd = p;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user