Skip to content
Snippets Groups Projects
Commit 02a0a4d6 authored by Joshua Colp's avatar Joshua Colp
Browse files

dns: Fix build when TEST_FRAMEWORK is not defined.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@434583 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 80c443be
No related branches found
No related tags found
No related merge requests found
......@@ -246,7 +246,7 @@ int ast_dns_test_generate_result(struct ast_dns_query *query, void *records, siz
#else /* TEST_FRAMEWORK */
int ast_dns_test_write_string(struct ast_dns_test_string *string, char *buf)
int ast_dns_test_write_string(const struct ast_dns_test_string *string, char *buf)
{
return 0;
}
......
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