]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/auth.c
More LGTM changes.
[thirdparty/cups.git] / scheduler / auth.c
index 5bb80edc942863f099f6fcf2a27960bed19d3690..4fbad6e2440f38375b957de68d1b0e6f20ff2033 100644 (file)
@@ -757,7 +757,7 @@ cupsdAuthorize(cupsd_client_t *con) /* I - Client connection */
     * Decode the authorization string to get the input token...
     */
 
-    len                = (int)strlen(authorization);
+    len                = (int)strlen(authorization) + 0;
     input_token.value  = malloc((size_t)len);
     input_token.value  = httpDecode64_2(input_token.value, &len,
                                        authorization);