diff options
author | Andrew Bartlett <abartlet@samba.org> | 2001-09-30 01:39:47 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2001-09-30 01:39:47 +0000 |
commit | 73f8da3a87864695ff6a2baca429f424cf50c661 (patch) | |
tree | 38f3dfc390fa75221d1d8bf2dd591eec06175e4b /source3/include | |
parent | 59681e1655f9289bbc5e9170b6a5bc924b56fc57 (diff) | |
download | samba-73f8da3a87864695ff6a2baca429f424cf50c661.tar.gz samba-73f8da3a87864695ff6a2baca429f424cf50c661.tar.bz2 samba-73f8da3a87864695ff6a2baca429f424cf50c661.zip |
Finally kill off the SMBENCRYPT() macro.
(This used to be commit 05910483351e9ef6375e4c49403ebe21b56315a9)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb_macros.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |