]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix compilation error from previous patch.
authorMark Michelson <mmichelson@digium.com>
Wed, 28 Jan 2015 17:12:49 +0000 (17:12 +0000)
committerMark Michelson <mmichelson@digium.com>
Wed, 28 Jan 2015 17:12:49 +0000 (17:12 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@431298 65c4cc65-6c06-0410-ace0-fbb531ad65f3

funcs/func_curl.c

index 480e677de1eb2619b3c2e6398fa0b810e3b3295a..767cb791a9e9471896fbe8ca39ce472f17b0fe3a 100644 (file)
@@ -632,7 +632,7 @@ static int acf_curl_helper(struct ast_channel *chan, const char *cmd, char *info
        AST_STANDARD_APP_ARGS(args, info);
 
        if (url_is_vulnerable(args.url)) {
-               ast_log(LOG_ERROR, "URL '%s' is vulnerable to HTTP injection attacks. Aborting CURL() call.\n");
+               ast_log(LOG_ERROR, "URL '%s' is vulnerable to HTTP injection attacks. Aborting CURL() call.\n", args.url);
                return -1;
        }