bump release number for packages ahead of backfire in trunk
[openwrt.git] / package / uhttpd / src / uhttpd-utils.c
index 96c0b82..caa6b12 100644 (file)
@@ -622,10 +622,14 @@ struct auth_realm * uh_auth_add(char *path, char *user, char *pass)
                                min(strlen(pass), sizeof(new->pass) - 1));
                }
 
-               uh_realm_count++;
+               if( new->pass[0] )
+               {
+                       uh_realm_count++;
+                       return new;
+               }
        }
 
-       return new;
+       return NULL;
 }
 
 int uh_auth_check(
This page took 0.023516 seconds and 4 git commands to generate.