diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2022-09-10 15:44:42 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2022-09-10 15:44:42 +0200 | 
| commit | d83fb6dd0cdb8d4509fda0c6e77bbeb0fcd018a8 (patch) | |
| tree | 2599d2b8a9e660bff139cbd2a32d777ad30e0c9d /src/plugins/imb/imb.c | |
| parent | 36a24e9032591da8cc7688f69e7e9f5f41ffe4ab (diff) | |
| parent | a9ee361f27e0439530387765924574e5358c8a5c (diff) | |
Update upstream source from tag 'upstream/1.8.19'
Update to upstream version '1.8.19'
with Debian dir 820184ee2ea8eb8c4a7769d0a89d5236e5775134
Diffstat (limited to 'src/plugins/imb/imb.c')
| -rw-r--r-- | src/plugins/imb/imb.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/src/plugins/imb/imb.c b/src/plugins/imb/imb.c index 1514fa7..27d59e8 100644 --- a/src/plugins/imb/imb.c +++ b/src/plugins/imb/imb.c @@ -62,7 +62,7 @@ static int ipmi_imb_open(struct ipmi_intf * intf)  		printf("Error: no IMB driver found at %s!\n", IPMI_IMB_DEV);  		return -1;  	} -		 +  	intf->opened = 1;  	intf->manufacturer_id = ipmi_get_oem(intf); @@ -75,10 +75,10 @@ static void ipmi_imb_close(struct ipmi_intf * intf)  	intf->manufacturer_id = IPMI_OEM_UNKNOWN;  } -static struct ipmi_rs * ipmi_imb_send_cmd(struct ipmi_intf * intf, struct ipmi_rq * req) +static struct ipmi_rs * ipmi_imb_send_cmd(struct ipmi_intf *__UNUSED__(intf), struct ipmi_rq *req)  {  	IMBPREQUESTDATA imbreq; -	static struct ipmi_rs rsp;	 +	static struct ipmi_rs rsp;  	int status, i;  	unsigned char ccode; | 
