X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Fnetwork%2Fserv_netconfig.c;fp=citadel%2Fmodules%2Fnetwork%2Fserv_netconfig.c;h=34ef2529bb94e3b69e84e1f93dab344aca9f34a5;hp=12662f066564a786d71137f963c92dcb3e14715b;hb=e24d4d39b9e026d260c7745014bafe63e19f9b0b;hpb=8c8430b53c3cb14bd983cd3c767d7bbe485f4155 diff --git a/citadel/modules/network/serv_netconfig.c b/citadel/modules/network/serv_netconfig.c index 12662f066..34ef2529b 100644 --- a/citadel/modules/network/serv_netconfig.c +++ b/citadel/modules/network/serv_netconfig.c @@ -77,8 +77,8 @@ #include "threads.h" #include "context.h" #include "netconfig.h" -#include "netspool.h" #include "ctdl_module.h" +#include "netspool.h" @@ -650,7 +650,7 @@ int netconfig_check_roomaccess( return (ERROR + NO_SUCH_USER); } end_critical_section(S_NETCONFIGS); - found = is_recipient (sc, RemoteIdentifier); + found = is_recipient (sc->RNCfg, RemoteIdentifier); free_spoolcontrol_struct(&sc); if (found) { return (0);