Skip to content
Snippets Groups Projects
Commit a05abff7 authored by Jan Kadlec's avatar Jan Kadlec
Browse files

Fixed warning in zoneparser.

parent f6d39516
No related branches found
No related tags found
No related merge requests found
......@@ -1328,7 +1328,6 @@ zparser_type *
zparser_create()
{
zparser_type *result;
dnslib_rrset_t *rrset;
result = (zparser_type *)malloc(sizeof(zparser_type));
if (result == NULL) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment