浏览代码

peering: replace STR_PARAM with PARAM_STRING

Alekzander Spiridonov 11 年之前
父节点
当前提交
d53592fe7b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/peering/peering.c

+ 1 - 1
modules/peering/peering.c

@@ -75,7 +75,7 @@ static cmd_export_t cmds[] = {
  * Exported parameters
  */
 static param_export_t params[] = {
-    {"radius_config", STR_PARAM, &radius_config},
+    {"radius_config", PARAM_STRING, &radius_config},
     {"verify_destination_service_type", INT_PARAM,
      &verify_destination_service_type},
     {"verify_source_service_type", INT_PARAM,