comment + indent

This commit is contained in:
Love Hornquist Astrand
2010-06-29 11:38:12 -07:00
parent a36f3c7d2a
commit 4f11e546b5

View File

@@ -665,11 +665,11 @@ handle_http_tcp (krb5_context context,
s = (char *)d->buf;
/* If its a multi line query, truncate off the first line */
p = strstr(s, "\r\n");
if (p)
*p = 0;
p = NULL;
t = strtok_r(s, " \t", &p);
if (t == NULL) {