mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove useless initialization.
Approved by: pjd (mentor) MFC after: 3 days
This commit is contained in:
parent
98a7b279a2
commit
0687d71e40
1 changed files with 1 additions and 2 deletions
|
|
@ -155,8 +155,7 @@ control_status_worker(struct hast_resource *res, struct nv *nvout,
|
|||
const char *str;
|
||||
int error;
|
||||
|
||||
cnvin = cnvout = NULL;
|
||||
error = 0;
|
||||
cnvin = NULL;
|
||||
|
||||
/*
|
||||
* Prepare and send command to worker process.
|
||||
|
|
|
|||
Loading…
Reference in a new issue