diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2003-12-25 11:17:01 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2003-12-25 11:17:01 +0000 |
| commit | d3f715c5eb8828125dbb7af660aa7eba610e35ac (patch) | |
| tree | 49cc043b0ab7da15895945317462925cbfb6cacf /sys | |
| parent | 3db2a84395a85f1a975b78ac44afaebc677da474 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/raidframe/rf_freebsdkintf.c | 2 |
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'; } } |
