1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

r24039: remove unused global variable...

metze
(This used to be commit 05fce8815f)
This commit is contained in:
Stefan Metzmacher 2007-07-25 08:09:34 +00:00 committed by Gerald (Jerry) Carter
parent 6b5c55b0f0
commit 09a16eba87

View File

@ -43,7 +43,7 @@ enum ads_saslwrap_type {
ADS_SASLWRAP_TYPE_PLAIN = 1,
ADS_SASLWRAP_TYPE_SIGN = 2,
ADS_SASLWRAP_TYPE_SEAL = 4
} wrap_type;
};
typedef struct ads_struct {
int is_mine; /* do I own this structure's memory? */