[prev in list] [next in list] [prev in thread] [next in thread] 

List:       dovecot-cvs
Subject:    [dovecot-cvs] dovecot/src/master main.c,1.58,1.59
From:       cras () dovecot ! org (cras () dovecot ! org)
Date:       2004-11-25 21:12:49
Message-ID: 20041125191248.EAA79C000DC1 () talvi ! dovecot ! org
[Download RAW message or body]

Update of /var/lib/cvs/dovecot/src/master
In directory talvi:/tmp/cvs-serv17556

Modified Files:
	main.c 
Log Message:
crashfix



Index: main.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/master/main.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- main.c	24 Nov 2004 16:44:11 -0000	1.58
+++ main.c	25 Nov 2004 19:12:46 -0000	1.59
@@ -80,7 +80,7 @@
 	if (*title == '\0')
 		argv = t_strsplit(cmd, " ");
 	else
-		argv = t_strsplit(t_strconcat(cmd, " ", title), " ");
+		argv = t_strsplit(t_strconcat(cmd, " ", title, NULL), " ");
 
 	executable = argv[0];
 

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic