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-Tag: samba-3.3.0pre1~1166 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2281274480d8cf9e773874301dbbc7bf06346901;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 5e17693bfa1..ebbc39c304f 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++; }