From: wessels <> Date: Thu, 9 Apr 1998 06:39:36 +0000 (+0000) Subject: DW braino^2 X-Git-Tag: SQUID_3_0_PRE1~3540 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4860dc1b3fcfa2e055be1824b304b4abdc0d44d3;p=thirdparty%2Fsquid.git DW braino^2 --- diff --git a/src/cache_cf.cc b/src/cache_cf.cc index 3b6f6c2567..303a5c47b9 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -1,6 +1,6 @@ /* - * $Id: cache_cf.cc,v 1.274 1998/04/09 00:39:00 wessels Exp $ + * $Id: cache_cf.cc,v 1.275 1998/04/09 00:39:36 wessels Exp $ * * DEBUG: section 3 Configuration File Parsing * AUTHOR: Harvest Derived @@ -344,7 +344,7 @@ parseBytesLine(size_t * bptr, const char *units) m = u; /* default to 'units' if none specified */ if (0 == d) (void) 0; - if ((token = strtok(NULL, w_space)) == NULL) + else if ((token = strtok(NULL, w_space)) == NULL) debug(3, 0) ("WARNING: No units on '%s', assuming %f %s\n", config_input_line, d, units); else if ((m = parseBytesUnits(token)) == 0)