]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
AIX compiling fix.
authorTimo Sirainen <tss@iki.fi>
Mon, 21 Jul 2008 00:05:22 +0000 (03:05 +0300)
committerTimo Sirainen <tss@iki.fi>
Mon, 21 Jul 2008 00:05:22 +0000 (03:05 +0300)
--HG--
branch : HEAD

src/lib/mountpoint.c

index 793c3f8832f6aad6c740a27a4dbe2b1eba8cdd98..0696c30249f4f3f4af200b7c47688a06a40b23cf 100644 (file)
@@ -123,7 +123,7 @@ int mountpoint_get(const char *path, pool_t pool, struct mountpoint *point_r)
        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;