summaryrefslogtreecommitdiff
path: root/source3/client
diff options
context:
space:
mode:
authorVolker Lendecke <vl@sernet.de>2007-11-05 03:14:16 +0100
committerVolker Lendecke <vl@sernet.de>2007-11-05 03:18:52 +0100
commit002df2ae3b1ba87b4aea9b26329c961067093d61 (patch)
treede8f82730957a505da12c20e4bbe4990b7332330 /source3/client
parent33d83175715d2179588c774259fd707c6daea2f9 (diff)
downloadsamba-002df2ae3b1ba87b4aea9b26329c961067093d61.tar.gz
samba-002df2ae3b1ba87b4aea9b26329c961067093d61.tar.bz2
samba-002df2ae3b1ba87b4aea9b26329c961067093d61.zip
Fix the smbmount build
(This used to be commit 5b8ca7ebdef5d385420c89af246c2dae737c5717)
Diffstat (limited to 'source3/client')
-rw-r--r--source3/client/smbmount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/smbmount.c b/source3/client/smbmount.c
index 9c671e3ef7..7befd6ef3c 100644
--- a/source3/client/smbmount.c
+++ b/source3/client/smbmount.c
@@ -382,7 +382,7 @@ static void send_fs_socket(char *the_service, char *mount_point, struct cli_stat
If we don't do this we will "leak" sockets and memory on
each reconnection we have to make. */
- c->smb_rw_error = DO_NOT_DO_TDIS;
+ c->smb_rw_error = SMB_DO_NOT_DO_TDIS;
cli_shutdown(c);
c = NULL;