[srvx-commits] CVS: services/src opserv.c,1.235.2.3,1.235.2.4
Brought to you by:
entrope
|
From: Zoot <zo...@us...> - 2002-07-25 01:24:46
|
Update of /cvsroot/srvx/services/src
In directory usw-pr-cvs1:/tmp/cvs-serv12695/src
Modified Files:
Tag: rel-1_1-branch
opserv.c
Log Message:
Make gtrace ungline respect the limit.
Index: opserv.c
===================================================================
RCS file: /cvsroot/srvx/services/src/opserv.c,v
retrieving revision 1.235.2.3
retrieving revision 1.235.2.4
diff -C2 -r1.235.2.3 -r1.235.2.4
*** opserv.c 12 Jul 2002 19:38:56 -0000 1.235.2.3
--- opserv.c 25 Jul 2002 01:24:43 -0000 1.235.2.4
***************
*** 3986,3990 ****
if (action == gtrace_print_func) {
opserv_notice(user, MSG_SEARCH_RESULTS, "glines");
! } else if (action == gtrace_count_func || action == gtrace_ungline_func) {
discrim->limit = INT_MAX;
}
--- 3986,3990 ----
if (action == gtrace_print_func) {
opserv_notice(user, MSG_SEARCH_RESULTS, "glines");
! } else if (action == gtrace_count_func) {
discrim->limit = INT_MAX;
}
|