SNMP frontend: conflict typos, snmp pidfile
This commit is contained in:
parent
5172cf15fa
commit
42f21a309a
5 changed files with 35 additions and 7 deletions
|
|
@ -1004,7 +1004,7 @@ main(int argc,
|
|||
goto done;
|
||||
|
||||
/* Write pid-file */
|
||||
if ((pid = pidfile_write(pidfile)) < 0)
|
||||
if (pidfile_write(pidfile) < 0)
|
||||
goto done;
|
||||
|
||||
if (set_signal(SIGTERM, backend_sig_term, NULL) < 0){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue