From: Jeremy Allison Date: Thu, 22 May 2008 21:36:09 +0000 (-0700) Subject: Arggh. Got the path/user the wrong way around. IDL is correct :-). X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40548ba51c93de1e2b8a29be07e2f53540f4e9d4;p=thirdparty%2Fsamba.git Arggh. Got the path/user the wrong way around. IDL is correct :-). Jeremy. --- diff --git a/source/rpc_server/srv_srvsvc_nt.c b/source/rpc_server/srv_srvsvc_nt.c index 9817ee35093..cd64c637954 100644 --- a/source/rpc_server/srv_srvsvc_nt.c +++ b/source/rpc_server/srv_srvsvc_nt.c @@ -105,8 +105,8 @@ static int pipe_enum_fn( struct db_record *rec, void *p) (uint32_t)((procid_to_pid(&prec.pid)<<16) & prec.pnum), (FILE_READ_DATA|FILE_WRITE_DATA), 0, - username, - fullpath); + fullpath, + username); fenum->ctr3->count++; @@ -207,8 +207,8 @@ static void enum_file_fn( const struct share_mode_entry *e, e->share_file_id, permissions, num_locks, - username, - fullpath); + fullpath, + username); fenum->ctr3->count++; }