On Thu, Mar 01, 2012 at 02:33:08PM +0100, Nelson Benitez Leon wrote: > static struct credential proxy_auth = CREDENTIAL_INIT; > credential_from_url(&proxy_auth, "http://proxy.server.com:8080"); > > will prox_auth.username and prox_auth.password be an empty string ? so > that strcmp(proxy_auth.username,"") returns zero.. couldn't figure that > out from api-credentials.txt > [...] > Ok don't bother, I've already checked and seems to return NULL > in this case. Right. It is NULL, which translates to "we don't know yet and it needs to be filled in during credential_fill". -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html