From d4bfafa29c62c69b002b1ca9f527c51c00fd3fd6 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 26 Nov 2007 15:28:13 +0100 Subject: Fix bug 5055 (This used to be commit 8bcd2df841bae63e7d58c35d4728b7d853471697) --- source3/smbd/lanman.c | 2 +- source3/smbd/trans2.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/smbd') diff --git a/source3/smbd/lanman.c b/source3/smbd/lanman.c index b2e435e97f..17ab891c64 100644 --- a/source3/smbd/lanman.c +++ b/source3/smbd/lanman.c @@ -1380,7 +1380,7 @@ static bool api_RNetServerEnum(connection_struct *conn, uint16 vuid, } /* If someone sets SV_TYPE_LOCAL_LIST_ONLY but hasn't set - any other bit (they may just set this bit on it's own) they + any other bit (they may just set this bit on its own) they want all the locally seen servers. However this bit can be set on its own so set the requested servers to be ALL - DOMAIN_ENUM. */ diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c index 323d78cde1..e37f6ffbfd 100644 --- a/source3/smbd/trans2.c +++ b/source3/smbd/trans2.c @@ -3279,7 +3279,7 @@ static char *store_file_unix_basic(connection_struct *conn, * * XXX: this really should be behind the VFS interface. To do this, we would * need to alter SMB_STRUCT_STAT so that it included a flags and a mask field. - * Each VFS module could then implement it's own mapping as appropriate for the + * Each VFS module could then implement its own mapping as appropriate for the * platform. We would then pass the SMB flags into SMB_VFS_CHFLAGS. */ static const struct {unsigned stat_fflag; unsigned smb_fflag;} -- cgit