From 73f8da3a87864695ff6a2baca429f424cf50c661 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 30 Sep 2001 01:39:47 +0000 Subject: Finally kill off the SMBENCRYPT() macro. (This used to be commit 05910483351e9ef6375e4c49403ebe21b56315a9) --- source3/include/smb_macros.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/include/smb_macros.h') diff --git a/source3/include/smb_macros.h b/source3/include/smb_macros.h index bf6e3c9fb9..b4264937cf 100644 --- a/source3/include/smb_macros.h +++ b/source3/include/smb_macros.h @@ -111,8 +111,6 @@ #define VALID_STAT(st) ((st).st_nlink != 0) #define VALID_STAT_OF_DIR(st) (VALID_STAT(st) && S_ISDIR((st).st_mode)) -#define SMBENCRYPT() (lp_encrypted_passwords()) - #ifndef MIN #define MIN(a,b) ((a)<(b)?(a):(b)) #endif -- cgit