1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

libcli/smb: remove unused SMB_SIGNING_SUPPORTED

metze
This commit is contained in:
Stefan Metzmacher 2011-11-02 18:19:18 +01:00
parent beb5687e9e
commit 812c3dc80a

View File

@ -91,7 +91,6 @@ enum smb_signing_setting {
SMB_SIGNING_DEFAULT,
SMB_SIGNING_OFF,
SMB_SIGNING_IF_REQUIRED,
SMB_SIGNING_SUPPORTED=SMB_SIGNING_IF_REQUIRED,
SMB_SIGNING_REQUIRED,
};