--- module_request.c Mon Nov 15 15:18:37 2004 +++ module_request.c Thu Feb 17 00:34:18 2005 @@ -26,7 +26,7 @@ unsigned inbuflen; const char* cvm_lookup_secret = 0; -static const char* lookup_creds[1]; +static const char* lookup_creds[1] = { "" }; static unsigned credential_count; static const char** credentials; @@ -40,7 +40,7 @@ } else { credentials = lookup_creds; - credential_count = (*cvm_lookup_secret != 0); + credential_count = 1; } }