Save a few bytes and remove a redundant string

This commit is contained in:
Eric Andersen 2003-03-07 17:59:32 +00:00
parent 6067c08145
commit 1bc5fa8c0c

View File

@ -98,5 +98,5 @@ all_done:
#endif #endif
return EXIT_SUCCESS; return EXIT_SUCCESS;
die_the_death: die_the_death:
perror_msg_and_die("klogctl"); perror_msg_and_die(NULL);
} }