1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-02 00:23:50 +03:00

r21911: Some more work on making the ncacn_np handling in smbd be less special.

(This used to be commit 52f32b7330)
This commit is contained in:
Jelmer Vernooij
2007-03-21 17:05:39 +00:00
committed by Gerald (Jerry) Carter
parent 86d77746db
commit ab652246b9
2 changed files with 48 additions and 4 deletions

View File

@@ -1409,9 +1409,9 @@ static void dcesrv_task_init(struct task_server *task)
break;
case NCACN_NP:
/* FIXME: status = dcesrv_add_ep_np(dce_ctx, e, task->event_ctx, task->model_ops);
status = dcesrv_add_ep_np(dce_ctx, e, task->event_ctx, task->model_ops);
if (!NT_STATUS_IS_OK(status)) goto failed;
*/ break;
break;
default:
status = NT_STATUS_NOT_SUPPORTED;