missing action in if statement.
This commit is contained in:
parent
bc0c7075e2
commit
85f650c9b7
|
@ -780,6 +780,7 @@ DoConfigure()
|
||||||
if (!(filename =
|
if (!(filename =
|
||||||
(char *)xalloc(strlen(home) +
|
(char *)xalloc(strlen(home) +
|
||||||
strlen(configfile) + 3)))
|
strlen(configfile) + 3)))
|
||||||
|
goto bail;
|
||||||
|
|
||||||
if (home[0] == '/' && home[1] == '\0')
|
if (home[0] == '/' && home[1] == '\0')
|
||||||
home[0] = '\0';
|
home[0] = '\0';
|
||||||
|
|
Loading…
Reference in New Issue