dovecot-1.2: AIX compiling fix.

dovecot at dovecot.org dovecot at dovecot.org
Mon Jul 21 03:05:34 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/56c0494d8c49
changeset: 8044:56c0494d8c49
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jul 21 03:05:22 2008 +0300
description:
AIX compiling fix.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/lib/mountpoint.c |    2 +-

diffs (12 lines):

diff -r b40e772d2e2c -r 56c0494d8c49 src/lib/mountpoint.c
--- a/src/lib/mountpoint.c	Mon Jul 21 02:50:54 2008 +0300
+++ b/src/lib/mountpoint.c	Mon Jul 21 03:05:22 2008 +0300
@@ -123,7 +123,7 @@ int mountpoint_get(const char *path, poo
 	for (i = 0; i < count && device_path == NULL; i++) {
 		struct stat vst;
 		const char *vmt_base = (const char *)vmt;
-		const char *vmt_base, *vmt_object, *vmt_stub, *vmt_hostname;
+		const char *vmt_object, *vmt_stub, *vmt_hostname;
 
 		vmt_hostname = vmt_base + vmt->vmt_data[VMT_HOSTNAME].vmt_off;
 		vmt_object   = vmt_base + vmt->vmt_data[VMT_OBJECT].vmt_off;


More information about the dovecot-cvs mailing list