Skip to content
Snippets Groups Projects
Commit 1a9485bf authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Fix prev commit

parent 9f28a760
No related branches found
No related tags found
No related merge requests found
......@@ -1260,7 +1260,7 @@ dl_cfgen( ConfigArgs *c )
*ptr++ = ' ';
ptr = lutil_strncopy( ptr, dli->dli_oc->soc_cname.bv_val,
dli->dli_ad->ad_cname.bv_val );
dli->dli_ad->ad_cname.bv_len );
for ( dlm = dli->dli_dlm; dlm; dlm = dlm->dlm_next ) {
ptr[ 0 ] = ' ';
......
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