ifcfg-rh: more fix build

This commit is contained in:
Dan Winship 2014-04-09 14:14:30 -04:00
parent 79a7e46bfd
commit efc72c996f

View file

@ -43,7 +43,7 @@ svOpenFileInternal (const char *name, gboolean create, GError **error)
{
shvarFile *s = NULL;
gboolean closefd = FALSE;
int errsv;
int errsv = 0;
s = g_slice_new0 (shvarFile);