aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/uzbl-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uzbl-core.c b/src/uzbl-core.c
index 3a11e2a..2aa3022 100644
--- a/src/uzbl-core.c
+++ b/src/uzbl-core.c
@@ -2325,7 +2325,7 @@ void handle_authentication (SoupSession *session, SoupMessage *msg, SoupAuth *au
(void) user_data;
- if(uzbl.behave.authentication_handler) {
+ if(uzbl.behave.authentication_handler && *uzbl.behave.authentication_handler != NULL) {
gchar *info, *host, *realm;
gchar *p;