Merge more-commented version of rpc_server crash fix
[abartlet/samba.git/.git] / source4 / rpc_server / dcerpc_server.c
index 5243d25cd33f944091531462e952384c75eb270a..d27a8b90de7069daf1ab5dcf87d1a227b8b64837 100644 (file)
@@ -658,7 +658,7 @@ static NTSTATUS dcesrv_bind(struct dcesrv_call_state *call)
        if (call->context) {
                pkt.u.bind_ack.assoc_group_id = call->context->assoc_group_id;
        } else {
-               /* we better pick something - this chosen so as to send a non zero assoc_group_id here to make longhorn happy, it also matches samba3 */
+               /* we better pick something - this chosen so as to send a non zero assoc_group_id (matching windows), it also matches samba3 */
                pkt.u.bind_ack.assoc_group_id = SAMBA_ASSOC_GROUP;
        }