Browse Source

tm: use svpe fixup for t replicate uri param

- the function expects it for getting the value
Daniel-Constantin Mierla 9 years ago
parent
commit
ea0b4e50f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/tm/tm.c

+ 1 - 1
modules/tm/tm.c

@@ -319,7 +319,7 @@ static cmd_export_t cmds[]={
 #endif
 	{"t_replicate",        w_t_replicate_uri,       0, 0,
 			REQUEST_ROUTE},
-	{"t_replicate",        w_t_replicate_uri,       1, fixup_var_str_1,
+	{"t_replicate",        w_t_replicate_uri,       1, fixup_spve_null,
 			REQUEST_ROUTE},
 	{"t_replicate",        w_t_replicate,           2, fixup_hostport2proxy,
 			REQUEST_ROUTE},