diff options
Diffstat (limited to 'rpcapd/fileconf.c')
-rwxr-xr-x | rpcapd/fileconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rpcapd/fileconf.c b/rpcapd/fileconf.c index 80fe645f..20de5205 100755 --- a/rpcapd/fileconf.c +++ b/rpcapd/fileconf.c @@ -121,7 +121,7 @@ void fileconf_read(int sign) } } - // clear the remaining fields of the active list + // clear the remaining fields of the active list while (i < MAX_ACTIVE_LIST) { activelist[i].address[0] = 0; @@ -158,7 +158,7 @@ int fileconf_save(const char *savefile) strncpy(temphostlist, hostlist, MAX_HOST_LIST); temphostlist[MAX_HOST_LIST] = 0; - + token = pcap_strtok_r(temphostlist, RPCAP_HOSTLIST_SEP, &lasts); while(token != NULL) { |