summaryrefslogtreecommitdiffstats
path: root/sbin/vinum/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/vinum/commands.c')
-rw-r--r--sbin/vinum/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/vinum/commands.c b/sbin/vinum/commands.c
index e0eef57..9aa2d9f 100644
--- a/sbin/vinum/commands.c
+++ b/sbin/vinum/commands.c
@@ -312,7 +312,7 @@ void
initplex(int plexno, char *name)
{
int sdno;
- int plexfh = NULL; /* file handle for plex */
+ int plexfh = 0; /* file handle for plex */
pid_t pid;
char filename[MAXPATHLEN]; /* create a file name here */
OpenPOWER on IntegriCloud