X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=helpers%2Fnegotiate_auth%2Fsquid_kerb_auth%2Fsquid_kerb_auth.c;h=1fd06da4a47bcca8f96b8ccd301d4f8550041893;hb=e13816381e77a355099d4673cbe38e11f0fdfec2;hp=414da7709f03896f579fa0b0d2b8ab8de0dc6c9e;hpb=1d17c89ac8d0479e43abd0536aeb7f2644e6930d;p=thirdparty%2Fsquid.git diff --git a/helpers/negotiate_auth/squid_kerb_auth/squid_kerb_auth.c b/helpers/negotiate_auth/squid_kerb_auth/squid_kerb_auth.c index 414da7709f..1fd06da4a4 100644 --- a/helpers/negotiate_auth/squid_kerb_auth/squid_kerb_auth.c +++ b/helpers/negotiate_auth/squid_kerb_auth/squid_kerb_auth.c @@ -511,10 +511,10 @@ int main(int argc, char * const argv[]) goto cleanup; user=xmalloc(output_token.length+1); if (user == NULL) { - if (debug) - fprintf(stderr, "%s| %s: Not enough memory\n", LogTime(), PROGRAM); - fprintf(stdout, "BH Not enough memory\n"); - goto cleanup; + if (debug) + fprintf(stderr, "%s| %s: Not enough memory\n", LogTime(), PROGRAM); + fprintf(stdout, "BH Not enough memory\n"); + goto cleanup; } memcpy(user,output_token.value,output_token.length); user[output_token.length]='\0'; @@ -544,10 +544,10 @@ int main(int argc, char * const argv[]) */ user=xmalloc(output_token.length+1); if (user == NULL) { - if (debug) - fprintf(stderr, "%s| %s: Not enough memory\n", LogTime(), PROGRAM); - fprintf(stdout, "BH Not enough memory\n"); - goto cleanup; + if (debug) + fprintf(stderr, "%s| %s: Not enough memory\n", LogTime(), PROGRAM); + fprintf(stdout, "BH Not enough memory\n"); + goto cleanup; } memcpy(user,output_token.value,output_token.length); user[output_token.length]='\0';