[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Tue Jan 19 09:48:18 MST 2010


The branch, master has been updated
       via  f8314c2... s4-smbtorture: remove unneeded ncaclrpc dir setup from RPC-SPOOLSS-NOTIFY.
      from  41a350f... s3: Fix a typo

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit f8314c27b3804dc95c973f1577e3e40d7c91ae43
Author: Günther Deschner <gd at samba.org>
Date:   Tue Jan 19 17:15:05 2010 +0100

    s4-smbtorture: remove unneeded ncaclrpc dir setup from RPC-SPOOLSS-NOTIFY.
    
    Guenther

-----------------------------------------------------------------------

Summary of changes:
 source4/torture/rpc/spoolss_notify.c |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/torture/rpc/spoolss_notify.c b/source4/torture/rpc/spoolss_notify.c
index c6ff706..bce85ca 100644
--- a/source4/torture/rpc/spoolss_notify.c
+++ b/source4/torture/rpc/spoolss_notify.c
@@ -283,16 +283,6 @@ static bool test_RFFPCNEx(struct torture_context *tctx,
 	torture_assert_ntstatus_ok(tctx, status,
 				   "unable to initialize DCE/RPC server");
 
-	/* Make sure the directory for NCALRPC exists */
-	if (!directory_exist(lp_ncalrpc_dir(tctx->lp_ctx))) {
-		int ret;
-		ret = mkdir(lp_ncalrpc_dir(tctx->lp_ctx), 0755);
-		torture_assert(tctx, (ret == 0), talloc_asprintf(tctx,
-			       "failed to mkdir(%s) ret[%d] errno[%d - %s]",
-			       lp_ncalrpc_dir(tctx->lp_ctx), ret,
-			       errno, strerror(errno)));
-	}
-
 	for (e=dce_ctx->endpoint_list;e;e=e->next) {
 		status = dcesrv_add_ep(dce_ctx, tctx->lp_ctx,
 				       e, tctx->ev, &single_ops);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list