mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
openvpnctrl: Silence PID file error message.
This commit is contained in:
@@ -163,7 +163,6 @@ connection *getConnections() {
|
||||
int readPidFile(const char *pidfile) {
|
||||
FILE *fp = fopen(pidfile, "r");
|
||||
if (fp == NULL) {
|
||||
fprintf(stderr, "PID file not found: '%s'\n", pidfile);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user