mirror of
https://github.com/samba-team/samba.git
synced 2025-12-05 12:23:50 +03:00
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
warnings. (Adds a lot of const). Andrew Bartlett
This commit is contained in:
@@ -338,7 +338,7 @@ BOOL asn1_read_OID(ASN1_DATA *data, char **OID)
|
||||
}
|
||||
|
||||
/* check that the next object ID is correct */
|
||||
BOOL asn1_check_OID(ASN1_DATA *data, char *OID)
|
||||
BOOL asn1_check_OID(ASN1_DATA *data, const char *OID)
|
||||
{
|
||||
char *id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user