]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-shell/modify.c
updates from HEAD
[openldap] / servers / slapd / back-shell / modify.c
index 5acddbe994d9173753832b8d301e2905045d048f..0b1719eddd971602a0a176135db8bc3e28862927 100644 (file)
@@ -45,7 +45,6 @@ shell_back_modify(
 
        /* write out the request to the modify process */
        fprintf( wfp, "MODIFY\n" );
-       fprintf( wfp, "opid: %ld/%ld\n", op->o_connid, (long) op->o_msgid );
        fprintf( wfp, "msgid: %ld\n", (long) op->o_msgid );
        print_suffixes( wfp, be );
        fprintf( wfp, "dn: %s\n", dn->bv_val );