[dovecot-cvs] dovecot/src/master main.c,1.32,1.33

cras at procontrol.fi cras at procontrol.fi
Sat Feb 8 09:40:38 EET 2003


Update of /home/cvs/dovecot/src/master
In directory danu:/tmp/cvs-serv19770/master

Modified Files:
	main.c 
Log Message:
[ipv6 address] didn't work in *_listen



Index: main.c
===================================================================
RCS file: /home/cvs/dovecot/src/master/main.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- main.c	30 Jan 2003 19:01:40 -0000	1.32
+++ main.c	8 Feb 2003 07:40:36 -0000	1.33
@@ -170,7 +170,7 @@
 		if (p == NULL)
 			i_fatal("Missing ']' in address %s", name);
 
-		name = t_strdup_until(name, p);
+		name = t_strdup_until(name+1, p);
 
 		p++;
 		if (*p != '\0' && *p != ':')




More information about the dovecot-cvs mailing list