Corrected comment
authoraland <aland>
Thu, 24 Aug 2006 23:50:13 +0000 (23:50 +0000)
committeraland <aland>
Thu, 24 Aug 2006 23:50:13 +0000 (23:50 +0000)
src/modules/rlm_files/rlm_files.c

index 95c4d40..636474b 100644 (file)
@@ -486,7 +486,7 @@ static int file_common(struct file_instance *inst, REQUEST *request,
                        pairxlatmove(request, reply_pairs, &reply_tmp);
                        pairmove(config_pairs, &check_tmp);
                        pairfree(&reply_tmp);
-                       pairfree(&check_tmp); /* should be NULL */
+                       pairfree(&check_tmp);
 
                        /*
                         *      Fallthrough?