summaryrefslogtreecommitdiffstats
path: root/contrib/serf/auth/auth_basic.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/serf/auth/auth_basic.c')
-rw-r--r--contrib/serf/auth/auth_basic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/serf/auth/auth_basic.c b/contrib/serf/auth/auth_basic.c
index 53b5d95..dcee4a4 100644
--- a/contrib/serf/auth/auth_basic.c
+++ b/contrib/serf/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. */
OpenPOWER on IntegriCloud