]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/kdparse.c
Make fde raw I/O functions act on the FDE object, not the FD directly.
[irc/rqf/shadowircd.git] / src / kdparse.c
index 258b666f5e8666e0f949f07deca36ba15a2bc21f..ee95d39c5222f25679b591e9e749624f066e07bb 100644 (file)
@@ -177,7 +177,7 @@ parse_x_file(FILE * file)
                        continue;
 
                /* sanity checking */
-               if((find_xline(gecos_field, 0) != NULL) ||
+               if((find_xline_mask(gecos_field) != NULL) ||
                   (strchr(reason_field, ':') != NULL))
                        continue;
 
@@ -231,7 +231,7 @@ parse_resv_file(FILE * file)
                }
                else if(clean_resv_nick(host_field))
                {
-                       if(find_nick_resv(host_field))
+                       if(find_nick_resv_mask(host_field))
                                continue;
 
                        aconf = make_conf();