From db5e8f26947114f06480dd22b9db7e22e50ee133 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 24 Aug 2016 05:56:37 +0200 Subject: Imported Upstream version 3.0.0 --- util/ipmilanplus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/ipmilanplus.c') diff --git a/util/ipmilanplus.c b/util/ipmilanplus.c index 13ed2bc..f018b36 100644 --- a/util/ipmilanplus.c +++ b/util/ipmilanplus.c @@ -50,7 +50,7 @@ int ipmi_close_lan2(char *node) int ipmi_cmdraw_lan2(char *node, uchar cmd, uchar netfn, uchar lun, uchar sa, uchar bus, uchar *pdata, int sdata, uchar *presp, int *sresp, uchar *pcc, char fdebugcmd) -{ return(LAN_ERR_INVPARAM); } +{ printf("lanplus not configured\n"); return(LAN_ERR_INVPARAM); } int ipmi_cmd_lan2(char *node, ushort cmd, uchar *pdata, int sdata, uchar *presp, int *sresp, uchar *pcc, char fdebugcmd) -- cgit v1.2.3