[srvx-commits] CVS: services/src opserv.c,1.337,1.338
Brought to you by:
entrope
From: Entrope <en...@us...> - 2003-09-09 16:38:19
|
Update of /cvsroot/srvx/services/src In directory sc8-pr-cvs1:/tmp/cvs-serv24304/src Modified Files: opserv.c Log Message: remove spurious call to gline_remove() Index: opserv.c =================================================================== RCS file: /cvsroot/srvx/services/src/opserv.c,v retrieving revision 1.337 retrieving revision 1.338 diff -C2 -r1.337 -r1.338 *** opserv.c 18 Aug 2003 21:47:02 -0000 1.337 --- opserv.c 9 Sep 2003 16:38:13 -0000 1.338 *************** *** 815,819 **** return 0; } - gline_remove(argv[1], 0); gline = gline_add(user->handle_info->handle, argv[1], duration, reason, now, 1); opserv_notice(user, OSMSG_GLINE_ISSUED, gline->target); --- 815,818 ---- |