summaryrefslogtreecommitdiffstats
path: root/source/smbd/reply.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-06-12 03:08:23 +0000
committerJeremy Allison <jra@samba.org>1998-06-12 03:08:23 +0000
commitfa95fae5eed95aff64f0a01825477610a101bbc7 (patch)
treee029f6394c289ac8240e304de2b0f5f2fba01994 /source/smbd/reply.c
parent7fb9cf4d57eb6ec8f22bc62a7a38d4d71dfaadc6 (diff)
downloadsamba-fa95fae5eed95aff64f0a01825477610a101bbc7.tar.gz
samba-fa95fae5eed95aff64f0a01825477610a101bbc7.tar.xz
samba-fa95fae5eed95aff64f0a01825477610a101bbc7.zip
ipc.c: map_username is now a BOOL function.
reply.c: map_username is now a BOOL function. server.c: Added capability to do map_username on service names when looking for a home directory. That's what the original code would do. lib/rpc/server/srv_util.c: Changed domain_ to builtin_ for BUILTIN aliases. username.c: Work in progress on groupname map parameter. Jeremy
Diffstat (limited to 'source/smbd/reply.c')
-rw-r--r--source/smbd/reply.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/smbd/reply.c b/source/smbd/reply.c
index c9b0c6852d7..a9db0b38409 100644
--- a/source/smbd/reply.c
+++ b/source/smbd/reply.c
@@ -237,7 +237,7 @@ int reply_tcon(char *inbuf,char *outbuf, int dum_size, int dum_buffsize)
* function.
*/
- map_username(user);
+ (void)map_username(user);
/*
* Do any UNIX username case mangling.
@@ -317,7 +317,7 @@ int reply_tcon_and_X(char *inbuf,char *outbuf,int length,int bufsize)
* function.
*/
- map_username(user);
+ (void)map_username(user);
/*
* Do any UNIX username case mangling.
@@ -628,7 +628,7 @@ int reply_sesssetup_and_X(char *inbuf,char *outbuf,int length,int bufsize)
* function.
*/
- map_username(user);
+ (void)map_username(user);
/*
* Do any UNIX username case mangling.