From 4f11e546b52f850cf34fbfd2d34c3814834ea699 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Tue, 29 Jun 2010 11:38:12 -0700 Subject: [PATCH] comment + indent --- kdc/connect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdc/connect.c b/kdc/connect.c index 6a48fd9af..873628639 100644 --- a/kdc/connect.c +++ b/kdc/connect.c @@ -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) {