Remove useless initialization.

Approved by:	pjd (mentor)
MFC after:	3 days
This commit is contained in:
Mikolaj Golub 2011-07-05 06:12:28 +00:00
parent 98a7b279a2
commit 0687d71e40
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223780

View File

@ -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.