Return DITEM_SUCCESS from configInetd(), as apparently a success or

failure value is expected.

Spotted by:     gcc
This commit is contained in:
Robert Watson 2001-08-10 02:23:10 +00:00
parent ab32297d8d
commit f5ad562c54
2 changed files with 2 additions and 0 deletions
usr.sbin
sade
sysinstall

@ -985,6 +985,7 @@ configInetd(dialogMenuItem *self)
}
}
restorescr(w);
return DITEM_SUCCESS;
}
int

@ -985,6 +985,7 @@ configInetd(dialogMenuItem *self)
}
}
restorescr(w);
return DITEM_SUCCESS;
}
int