diff options
author | Peter Wemm <peter@FreeBSD.org> | 2014-02-22 01:09:12 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2014-02-22 01:09:12 +0000 |
commit | 8fb9cce2ff815627d3bb41281dbb4c67c240f283 (patch) | |
tree | 6c900775ce3b0423330047b250d653d2fad787b8 /auth/auth_basic.c | |
parent | 1f89a666e3d8a4c37bde40615cdb08cad7fbd422 (diff) | |
download | src-vendor/serf/serf-1.3.4.tar.gz src-vendor/serf/serf-1.3.4.zip |
Vendor import serf-1.3.4vendor/serf/serf-1.3.4
Diffstat (limited to 'auth/auth_basic.c')
-rw-r--r-- | auth/auth_basic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/auth_basic.c b/auth/auth_basic.c index 53b5d950e129..dcee4a4ebb24 100644 --- a/auth/auth_basic.c +++ b/auth/auth_basic.c @@ -48,7 +48,7 @@ serf__handle_basic_auth(int code, apr_status_t status; apr_pool_t *cred_pool; char *username, *password, *realm_name; - const char *eq, *realm; + const char *eq, *realm = NULL; /* Can't do Basic authentication if there's no callback to get username & password. */ |