diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-11 13:51:09 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-11 13:51:09 +0100 |
commit | 08c8d3b992d419db7b39a91fb42208beb5d273ba (patch) | |
tree | 141ec98dd654b1431f9c1fa020305a3d1a8905c6 /source4/torture | |
parent | 0a6dc219559cb6385b6d2c5482e7588184e9ccc8 (diff) | |
download | samba-08c8d3b992d419db7b39a91fb42208beb5d273ba.tar.gz samba-08c8d3b992d419db7b39a91fb42208beb5d273ba.tar.bz2 samba-08c8d3b992d419db7b39a91fb42208beb5d273ba.zip |
Remove Samba 3 backwards compatibility code in C.
This code is no longer used, and equivalent code already exists in Python
(scripting/python/samba/samba3.py)
(This used to be commit c16212e8bf5343496ea4b3afc30a8b4d3a0afe2d)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk index e9ef18ac07..0c5e641b4b 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -196,8 +196,8 @@ OBJ_FILES = \ auth/ntlmssp.o \ auth/pac.o PRIVATE_DEPENDENCIES = \ - LIBCLI_SMB gensec auth LIBSAMBA3 KERBEROS \ - POPT_CREDENTIALS + LIBCLI_SMB gensec auth KERBEROS \ + POPT_CREDENTIALS SMBPASSWD # End SUBSYSTEM TORTURE_AUTH ################################# |