Allow empty check lines.
authoraland <aland>
Tue, 22 Aug 2006 18:19:31 +0000 (18:19 +0000)
committeraland <aland>
Tue, 22 Aug 2006 18:19:31 +0000 (18:19 +0000)
This closes bug #380.

src/modules/rlm_dbm/rlm_dbm_parser.c

index 15bc928..5053db4 100644 (file)
@@ -155,7 +155,7 @@ static int storecontent (const char * username) {
         datum d,k;
         int res;
 
-       if ( pdb == NULL || concntr < 3 ) return 1;
+       if ( pdb == NULL || concntr < 2 ) return 1;
 
        DOUT2("store:\n%s\ncontent:\n%s",username,content);