Browse Source

sst: replace STR_PARAM with PARAM_STRING

Alekzander Spiridonov 11 years ago
parent
commit
c1fbe4343b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/sst/sst.c

+ 1 - 1
modules/sst/sst.c

@@ -115,7 +115,7 @@ static cmd_export_t cmds[]={
 static param_export_t mod_params[]={
 	{ "enable_stats", INT_PARAM, &sst_enable_stats			},
 	{ "min_se", INT_PARAM, &sst_minSE				},
-	{ "timeout_avp", STR_PARAM, &timeout_spec			},
+	{ "timeout_avp", PARAM_STRING, &timeout_spec			},
 	{ "reject_to_small",		INT_PARAM, &sst_reject 		},
 	{ "sst_flag",				INT_PARAM, &sst_flag	},
 	{ 0,0,0 }