dovecot-1.1: AIX compiling fix.

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


details:   http://hg.dovecot.org/dovecot-1.1/rev/8552ad35c523
changeset: 7784:8552ad35c523
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jul 21 03:05:27 2008 +0300
description:
AIX compiling fix.

diffstat:

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

diffs (12 lines):

diff -r 8fd5be22b2e8 -r 8552ad35c523 src/lib/mountpoint.c
--- a/src/lib/mountpoint.c	Mon Jul 21 01:07:06 2008 +0300
+++ b/src/lib/mountpoint.c	Mon Jul 21 03:05:27 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