brian 97/02/02 18:42:59
Modified: src http_core.c Log: Submitted by: Brian Behlendorf Ah, AHEM! This reverses the previous, incorrect patch, to fix a problem which was already fixed. Someone, stop me before I kill again! Revision Changes Path 1.64 +1 -1 apache/src/http_core.c Index: http_core.c =================================================================== RCS file: /export/home/cvs/apache/src/http_core.c,v retrieving revision 1.63 retrieving revision 1.64 diff -C3 -r1.63 -r1.64 *** http_core.c 1997/02/03 02:08:16 1.63 --- http_core.c 1997/02/03 02:42:57 1.64 *************** *** 1004,1010 **** return; } ! if (arg2 && (str = getword_conf(cmd->pool, &arg))) if (!strcasecmp(str, "max")) cur = limit->rlim_max; else --- 1004,1010 ---- return; } ! if ((str = getword_conf(cmd->pool, &arg))) if (!strcasecmp(str, "max")) cur = limit->rlim_max; else