diff --git a/c/httpserver.c b/c/httpserver.c index d057255d1..109666951 100644 --- a/c/httpserver.c +++ b/c/httpserver.c @@ -3178,7 +3178,7 @@ static int serviceAuthNativeWithSessionToken(HttpService *service, HttpRequest * #define TLS_CLIENT_CERTIFICATE_MAX_LENGTH 65536 - char *userid = NULL: /* allocate on slh so we have for duration of request and response. */ + char *userid = NULL; /* allocate on slh so we have for duration of request and response. */ char *clientCertificate = safeMalloc(TLS_CLIENT_CERTIFICATE_MAX_LENGTH, "Client Certificate"); unsigned int clientCertificateLength = 0;