mirror of
https://github.com/samba-team/samba.git
synced 2025-11-12 04:23:49 +03:00
r3476: fixed some const warnings
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
a7e5bde6be
commit
7dc58dc01e
@@ -534,7 +534,7 @@ BOOL asn1_check_OID(struct asn1_data *data, const char *OID)
|
||||
data->has_error = True;
|
||||
return False;
|
||||
}
|
||||
talloc_free(id);
|
||||
talloc_free(discard_const(id));
|
||||
return True;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user