aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2003-12-25 11:17:01 +0000
committerBruce Evans <bde@FreeBSD.org>2003-12-25 11:17:01 +0000
commitd3f715c5eb8828125dbb7af660aa7eba610e35ac (patch)
tree49cc043b0ab7da15895945317462925cbfb6cacf /sys
parent3db2a84395a85f1a975b78ac44afaebc677da474 (diff)
Notes
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';
}
}