comment + indent
This commit is contained in:
@@ -665,11 +665,11 @@ handle_http_tcp (krb5_context context,
|
|||||||
|
|
||||||
s = (char *)d->buf;
|
s = (char *)d->buf;
|
||||||
|
|
||||||
|
/* If its a multi line query, truncate off the first line */
|
||||||
p = strstr(s, "\r\n");
|
p = strstr(s, "\r\n");
|
||||||
if (p)
|
if (p)
|
||||||
*p = 0;
|
*p = 0;
|
||||||
|
|
||||||
|
|
||||||
p = NULL;
|
p = NULL;
|
||||||
t = strtok_r(s, " \t", &p);
|
t = strtok_r(s, " \t", &p);
|
||||||
if (t == NULL) {
|
if (t == NULL) {
|
||||||
|
Reference in New Issue
Block a user