dovecot-1.2: Settings parser: And actually make it relative to t...

dovecot at dovecot.org dovecot at dovecot.org
Tue Apr 21 20:34:32 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/3d9c9b16f000
changeset: 8976:3d9c9b16f000
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Apr 21 13:34:26 2009 -0400
description:
Settings parser: And actually make it relative to their parent, not to root config..

diffstat:

1 file changed, 3 deletions(-)
src/lib-settings/settings.c |    3 ---

diffs (13 lines):

diff -r c2595e358867 -r 3d9c9b16f000 src/lib-settings/settings.c
--- a/src/lib-settings/settings.c	Tue Apr 21 13:33:53 2009 -0400
+++ b/src/lib-settings/settings.c	Tue Apr 21 13:34:26 2009 -0400
@@ -77,9 +77,6 @@ fix_relative_path(const char *path, stru
 
 	if (*path == '/')
 		return path;
-
-	while (input->prev != NULL)
-		input = input->prev;
 
 	p = strrchr(input->path, '/');
 	if (p == NULL)


More information about the dovecot-cvs mailing list