Explorar el Código

fixing the name of the fetch param: fetch_result -> fetch_rows

git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4950 689a6050-402a-0410-94f2-e92a70836424
Ovidius Sas hace 17 años
padre
commit
ba8e6a9bd6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      modules/carrierroute/carrierroute.c

+ 1 - 1
modules/carrierroute/carrierroute.c

@@ -124,7 +124,7 @@ static param_export_t params[]= {
 	{"config_file",                STR_PARAM, &config_file },
 	{"use_domain",                 INT_PARAM, &use_domain },
 	{"fallback_default",           INT_PARAM, &fallback_default },
-	{"fetch_result",               INT_PARAM, &cr_fetch_rows },
+	{"fetch_rows",                 INT_PARAM, &cr_fetch_rows },
 	{0,0,0}
 };