masqmail

changeset 396:6f2a8113a79e

Fixed conf.c: read_lval().
author markus schnalke <meillo@marmaro.de>
date Sat, 18 Feb 2012 19:57:39 +0100
parents 5f0829f8e6c7
children cdd16614c1f5
files src/conf.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/src/conf.c	Sat Feb 18 19:39:11 2012 +0100
     1.2 +++ b/src/conf.c	Sat Feb 18 19:57:39 2012 +0100
     1.3 @@ -281,7 +281,6 @@
     1.4  		return FALSE;
     1.5  	}
     1.6  
     1.7 -	c = fgetc(in);
     1.8  	DEBUG(9) fprintf(stderr, "read_lval() 2\n");
     1.9  	while (1) {
    1.10  		if ((c = fgetc(in)) == EOF) {