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

r20742: Rename chkpth -> checkpath for sanity's sake :-).

Start removing unneeded "BOOL ok" from this reply.c
(this logic is old, old, old..... :-).
Jeremy.
This commit is contained in:
Jeremy Allison
2007-01-13 22:10:18 +00:00
committed by Gerald (Jerry) Carter
parent db93c1b98d
commit 3d52268095
4 changed files with 40 additions and 40 deletions

View File

@@ -943,7 +943,7 @@ struct bitmap {
#define SMBunlock 0x0D /* unlock byte range */
#define SMBctemp 0x0E /* create temporary file */
#define SMBmknew 0x0F /* make new file */
#define SMBchkpth 0x10 /* check directory path */
#define SMBcheckpath 0x10 /* check directory path */
#define SMBexit 0x11 /* process exit */
#define SMBlseek 0x12 /* seek */
#define SMBtcon 0x70 /* tree connect */