From 3c9c06ac05635dc0af3b29b15c3f568cbf57afdd Mon Sep 17 00:00:00 2001 From: Luk Claes Date: Sat, 19 May 2012 18:23:40 +0200 Subject: s3:libsmb: get rid of cli_state_capabilities Signed-off-by: Luk Claes Signed-off-by: Stefan Metzmacher --- source3/include/smb_macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/smb_macros.h') diff --git a/source3/include/smb_macros.h b/source3/include/smb_macros.h index ef4b9bfccd..048e560024 100644 --- a/source3/include/smb_macros.h +++ b/source3/include/smb_macros.h @@ -171,7 +171,7 @@ copy an IP address from one buffer to another Return True if a server has CIFS UNIX capabilities. ********************************************************************/ -#define SERVER_HAS_UNIX_CIFS(c) (cli_state_capabilities(c) & CAP_UNIX) +#define SERVER_HAS_UNIX_CIFS(c) (smb1cli_conn_capabilities(c->conn) & CAP_UNIX) /**************************************************************************** Make a filename into unix format. -- cgit