summaryrefslogtreecommitdiff
path: root/source3/include/smb_macros.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2001-09-30 01:39:47 +0000
committerAndrew Bartlett <abartlet@samba.org>2001-09-30 01:39:47 +0000
commit73f8da3a87864695ff6a2baca429f424cf50c661 (patch)
tree38f3dfc390fa75221d1d8bf2dd591eec06175e4b /source3/include/smb_macros.h
parent59681e1655f9289bbc5e9170b6a5bc924b56fc57 (diff)
downloadsamba-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/smb_macros.h')
-rw-r--r--source3/include/smb_macros.h2
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