Remove output of "ipsecctrl R".

:
This commit is contained in:
Arne Fitzenreiter
2010-05-10 21:33:51 +02:00
parent b4f6d69810
commit 64dc6c92f1
2 changed files with 2 additions and 2 deletions

View File

@@ -198,7 +198,7 @@ int main(int argc, char *argv[]) {
}
if (strcmp(argv[1], "R") == 0) {
safe_system("/usr/sbin/ipsec whack --rereadall");
safe_system("/usr/sbin/ipsec whack --rereadall >/dev/null");
exit(0);
}