浏览代码

auth: changed fixup to use fixup_var_pve_str_12()

- accept PVs inside str params
Daniel-Constantin Mierla 15 年之前
父节点
当前提交
47f3c43ce4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/auth/auth_mod.c

+ 1 - 1
modules/auth/auth_mod.c

@@ -544,7 +544,7 @@ static int fixup_pv_auth(void **param, int param_no)
 	switch(param_no) {
 		case 1:
 		case 2:
-			return fixup_var_str_12(param, 1);
+			return fixup_var_pve_str_12(param, 1);
 		case 3:
 			return fixup_var_int_12(param, 1);
 	}