X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Fnetwork%2Fserv_netspool.c;h=5d7daa7f0a808dcd75cabeab2d76914d0bc419d7;hp=ab0aa9f9963dd6032d632c6261607f89d953b343;hb=cdd014a096900b9abc851eb391b465395707134c;hpb=d200a9f51fd202b5ff610218f3e91e133ccc0385 diff --git a/citadel/modules/network/serv_netspool.c b/citadel/modules/network/serv_netspool.c index ab0aa9f99..5d7daa7f0 100644 --- a/citadel/modules/network/serv_netspool.c +++ b/citadel/modules/network/serv_netspool.c @@ -2,7 +2,7 @@ * This module handles shared rooms, inter-Citadel mail, and outbound * mailing list processing. * - * Copyright (c) 2000-2016 by the citadel.org team + * Copyright (c) 2000-2017 by the citadel.org team * * This program is open source software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 3. @@ -520,12 +520,7 @@ int network_usetable(struct CtdlMessage *msg) } } now = time(NULL); - if (CheckIfAlreadySeen("Networker Import", - msgid, - now, 0, - eUpdate, - CCC->cs_pid, 0) != 0) - { + if (CheckIfAlreadySeen(msgid, now, 0, eUpdate)) { FreeStrBuf(&msgid); return(1); }