missing action in if statement.

This commit is contained in:
matthieu 2008-11-23 12:06:43 +00:00
parent 6ad30974a3
commit 3a0e900dcf

View File

@ -794,6 +794,7 @@ DoConfigure()
if (!(filename =
(char *)xalloc(strlen(home) +
strlen(configfile) + 3)))
goto bail;
if (home[0] == '/' && home[1] == '\0')
home[0] = '\0';