diff options
author | Jeremy Allison <jra@samba.org> | 2007-11-03 23:20:10 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2007-11-03 23:20:10 -0700 |
commit | 5b0b4f23ef5fec3d1ad518237f973d4e014b5766 (patch) | |
tree | f75cdfaef81e5fcc0cf7061e0141b97831508ee1 /source3/modules | |
parent | 51a0354d751f48a2542984c81e218da33669bbeb (diff) | |
download | samba-5b0b4f23ef5fec3d1ad518237f973d4e014b5766.tar.gz samba-5b0b4f23ef5fec3d1ad518237f973d4e014b5766.tar.bz2 samba-5b0b4f23ef5fec3d1ad518237f973d4e014b5766.zip |
Remove most of the remaining globals out of lib/util_sock.c.
I have a plan for dealing with the remaining..... Watch
this space.
Jeremy.
(This used to be commit 963fc7685212689f02b3adcc05b4273ee5c382d4)
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/vfs_expand_msdfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_expand_msdfs.c b/source3/modules/vfs_expand_msdfs.c index 4b670d5172..2a16b5a731 100644 --- a/source3/modules/vfs_expand_msdfs.c +++ b/source3/modules/vfs_expand_msdfs.c @@ -71,7 +71,7 @@ static bool read_target_host(const char *mapfile, pstring targethost) *space = '\0'; - if (strncmp(client_addr(addr,sizeof(addr)), + if (strncmp(client_addr(get_client_fd(),addr,sizeof(addr)), buf, strlen(buf)) == 0) { found = True; break; |