changeset 8976:3d9c9b16f000 HEAD

Settings parser: And actually make it relative to their parent, not to root config..
author Timo Sirainen <tss@iki.fi>
date Tue, 21 Apr 2009 13:34:26 -0400
parents c2595e358867
children 59a3130bd4ed
files src/lib-settings/settings.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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
@@ -78,9 +78,6 @@
 	if (*path == '/')
 		return path;
 
-	while (input->prev != NULL)
-		input = input->prev;
-
 	p = strrchr(input->path, '/');
 	if (p == NULL)
 		return path;