]> jfr.im git - irc/evilnet/x3.git/commitdiff
try this jobe
authorsirvulcan <redacted>
Sun, 29 Nov 2009 00:35:09 +0000 (00:35 +0000)
committersirvulcan <redacted>
Sun, 29 Nov 2009 00:35:09 +0000 (00:35 +0000)
ChangeLog
src/nickserv.c

index d54c07d42fab14934379d463b67ffb3d7cf0ddcf..8a6211398d6e6c6e9e65109d07a03df76e2537d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 /***********************************************************************
 X3 ChangeLog
 
+2009-11-29  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
+
+       * src/nickserv.c: Small tweak.
+
 2009-11-29  Neil Spierling  <sirvulcan@sirvulcan.co.nz>
 
        * src/nickserv.c: Small tweak to the password checks with sslfp LOC.
index 7b7b0584bfff880b77fb5c4e4d54bea78b8e743d..f6702acd6976067a3fb0fbf4b301999f4a828e1c 100644 (file)
@@ -2124,7 +2124,7 @@ struct handle_info *loc_auth(char *sslfp, char *handle, char *password, char *us
         return NULL;
     }
 
-    if (sslfp && !hi->sslfps->used) {
+    if (sslfp && *sslfp && !hi->sslfps->used) {
 
         /* If any SSL fingerprint matches, allow it. */
         for (ii=0; ii<hi->sslfps->used; ii++) {