blob: 150dce832e2134c145b2db8449404541570fa4cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
Description: remove ifdef TEST & endif
Author: Jörg Frings-Fürst <debian@jff-webhosting.net>
Last-Update: 2014-06-04
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: trunk/util/ipmild.c
===================================================================
--- trunk.orig/util/ipmild.c 2014-05-26 14:23:52.000000000 +0200
+++ trunk/util/ipmild.c 2014-05-26 19:07:45.000000000 +0200
@@ -87,9 +87,9 @@
extern FILE *fperr; /*defined in ipmicmd.c*/
extern FILE *fpdbg; /*defined in ipmicmd.c*/
extern ipmi_cmd_t ipmi_cmds[NCMDS];
-#ifdef TEST
+//#ifdef TEST
static int ipmi_fd = -1;
-#endif
+//#endif
int ipmi_open_ld(char fdebugcmd)
{
|