aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/raidframe/rf_freebsdkintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/raidframe/rf_freebsdkintf.c b/sys/dev/raidframe/rf_freebsdkintf.c
index e417352152cae..caaf868013625 100644
--- a/sys/dev/raidframe/rf_freebsdkintf.c
+++ b/sys/dev/raidframe/rf_freebsdkintf.c
@@ -2789,7 +2789,7 @@ rf_create_configuration(ac,config,raidPtr)
}
for(i=0;i<RF_MAXDBGV;i++) {
- config->debugVars[i][0] = NULL;
+ config->debugVars[i][0] = '\0';
}
}