diff options
-rw-r--r-- | source3/include/ads.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/ads.h b/source3/include/ads.h index 56c7023337..2dc7e277d5 100644 --- a/source3/include/ads.h +++ b/source3/include/ads.h @@ -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? */ |