From afa03c6526bb224e885582d8d84e70f75fe56b02 Mon Sep 17 00:00:00 2001 From: Ismo Puustinen Date: Wed, 28 Nov 2012 10:49:06 +0200 Subject: [PATCH] resource-asm: fix forgotten defines. --- src/plugins/plugin-resource-asm.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/plugins/plugin-resource-asm.c b/src/plugins/plugin-resource-asm.c index b9f4725..64b77c0 100644 --- a/src/plugins/plugin-resource-asm.c +++ b/src/plugins/plugin-resource-asm.c @@ -111,6 +111,8 @@ enum { ARG_ASM_BRIDGE, ARG_ASM_ZONE, ARG_ASM_TPORT_ADDRESS, + ARG_ASM_PLAYBACK_RESOURCE, + ARG_ASM_RECORDING_RESOURCE, }; static int tport_setup(const char *address, asm_data_t *ctx); @@ -895,7 +897,7 @@ static int asm_init(mrp_plugin_t *plugin) } ctx->ctx = plugin->ctx; - ctx->address = args[ARG_TPORT_ADDRESS].str; + ctx->address = args[ARG_ASM_TPORT_ADDRESS].str; ctx->binary = args[ARG_ASM_BRIDGE].str; ctx->zone = args[ARG_ASM_ZONE].str; -- 2.7.4