mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
r6629: Fix stupid typo. Thanks Gunther.
Jeremy.
This commit is contained in:
parent
6a5a9f17fb
commit
8693df2551
@ -1753,7 +1753,7 @@ NTSTATUS unlink_internals(connection_struct *conn, int dirtype, char *name)
|
||||
*/
|
||||
|
||||
if (!rc && mangle_is_mangled(mask,SNUM(conn)))
|
||||
mangle_check_cache( mask, sizeof(pstring)-1 );
|
||||
mangle_check_cache( mask, sizeof(pstring)-1, SNUM(conn));
|
||||
|
||||
if (!has_wild) {
|
||||
pstrcat(directory,"/");
|
||||
@ -4055,7 +4055,7 @@ NTSTATUS rename_internals(connection_struct *conn, char *name, char *newname, ui
|
||||
*/
|
||||
|
||||
if (!rc && mangle_is_mangled(mask,SNUM(conn)))
|
||||
mangle_check_cache( mask, sizeof(pstring)-1 );
|
||||
mangle_check_cache( mask, sizeof(pstring)-1, SNUM(conn));
|
||||
|
||||
has_wild = ms_has_wild(mask);
|
||||
|
||||
@ -4536,7 +4536,7 @@ int reply_copy(connection_struct *conn, char *inbuf,char *outbuf, int dum_size,
|
||||
*/
|
||||
|
||||
if (!rc && mangle_is_mangled(mask, SNUM(conn)))
|
||||
mangle_check_cache( mask, sizeof(pstring)-1 );
|
||||
mangle_check_cache( mask, sizeof(pstring)-1, SNUM(conn));
|
||||
|
||||
has_wild = ms_has_wild(mask);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user