Update of /cvsroot/srvx/services/src
In directory usw-pr-cvs1:/tmp/cvs-serv12530
Modified Files:
Tag: rel-1_0
opserv.c
Log Message:
use the correct timezone in stats max..
Index: opserv.c
===================================================================
RCS file: /cvsroot/srvx/services/src/opserv.c,v
retrieving revision 1.187.2.48
retrieving revision 1.187.2.49
diff -C2 -r1.187.2.48 -r1.187.2.49
*** opserv.c 2001/08/18 02:24:13 1.187.2.48
--- opserv.c 2001/08/21 01:27:32 1.187.2.49
***************
*** 1512,1516 ****
cmd_stats_max(struct userNode *user)
{
! opserv_notice(user, OSMSG_MAX_CLIENTS, max_clients, asctime(gmtime(&max_clients_time)));
}
--- 1512,1516 ----
cmd_stats_max(struct userNode *user)
{
! opserv_notice(user, OSMSG_MAX_CLIENTS, max_clients, asctime(localtime(&max_clients_time)));
}
|