Remove useless initialization.
Approved by: pjd (mentor) MFC after: 3 days
This commit is contained in:
parent
98a7b279a2
commit
0687d71e40
@ -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 New Issue
Block a user