diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-09-02 12:02:28 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:58:30 -0500 |
commit | b990e9a97b02cec9f012bacc6bb266a0403f6792 (patch) | |
tree | a870364fe39df6a89e022fc5bdbcad549b9bb66a /source4/libcli | |
parent | c6dd8f9c9a919c52fe6583277bbe07f2c6c72dc7 (diff) | |
download | samba-b990e9a97b02cec9f012bacc6bb266a0403f6792.tar.gz samba-b990e9a97b02cec9f012bacc6bb266a0403f6792.tar.bz2 samba-b990e9a97b02cec9f012bacc6bb266a0403f6792.zip |
r2184: use the smb.conf socket options for client code too
(This used to be commit 7256945b526a1ee68d18eb579e592f7389740c22)
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/raw/clisocket.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libcli/raw/clisocket.c b/source4/libcli/raw/clisocket.c index 1004db4040..9aea8624d0 100644 --- a/source4/libcli/raw/clisocket.c +++ b/source4/libcli/raw/clisocket.c @@ -79,6 +79,7 @@ BOOL smbcli_sock_connect(struct smbcli_socket *sock, struct in_addr *ip, int por } set_blocking(sock->fd, False); + set_socket_options(sock->fd, lp_socket_options()); return True; } |