From 002df2ae3b1ba87b4aea9b26329c961067093d61 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 5 Nov 2007 03:14:16 +0100 Subject: Fix the smbmount build (This used to be commit 5b8ca7ebdef5d385420c89af246c2dae737c5717) --- source3/client/smbmount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/client') 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; -- cgit