1
0
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:
Andrew Tridgell
2004-11-02 11:17:06 +00:00
committed by Gerald (Jerry) Carter
parent a7e5bde6be
commit 7dc58dc01e
3 changed files with 4 additions and 3 deletions

View File

@@ -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;
}