mirror of
https://github.com/samba-team/samba.git
synced 2024-12-21 09:34:19 +03:00
s4:utils: Use correct enumeration constant
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
33167207d2
commit
1e07da1cfe
@ -355,7 +355,7 @@ static struct ldb_message *process_entry(TALLOC_CTX *mem_ctx, struct conv_option
|
||||
char *c, *s;
|
||||
int n;
|
||||
|
||||
uint8_t digest[gnutls_hash_get_len(GNUTLS_MAC_SHA256)];
|
||||
uint8_t digest[gnutls_hash_get_len(GNUTLS_DIG_SHA256)];
|
||||
int rc;
|
||||
|
||||
struct GUID guid;
|
||||
|
Loading…
Reference in New Issue
Block a user