Skip to content
Snippets Groups Projects
Commit a26d790e authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

sync with HEAD

parent ab8c7249
No related branches found
No related tags found
No related merge requests found
......@@ -103,10 +103,10 @@ shell_back_modify(
break;
}
if( mod->sm_bvalues != NULL ) {
for ( i = 0; mod->sm_bvalues[i].bv_val != NULL; i++ ) {
if( mod->sm_values != NULL ) {
for ( i = 0; mod->sm_values[i].bv_val != NULL; i++ ) {
fprintf( wfp, "%s: %s\n", mod->sm_desc->ad_cname.bv_val,
mod->sm_bvalues[i].bv_val /* binary! */ );
mod->sm_values[i].bv_val /* binary! */ );
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment