Commit 83141ec4 authored by thomasl's avatar thomasl

fix wrong call to set_openair (that has been renamed as set_openair_env in preious versions)



git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6035 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 73ecffd9
...@@ -834,7 +834,7 @@ create_hss_database(){ ...@@ -834,7 +834,7 @@ create_hss_database(){
rv=1 rv=1
fi fi
set_openair set_openair_env
Q1="CREATE DATABASE IF NOT EXISTS ${BTICK}oai_db${BTICK};" Q1="CREATE DATABASE IF NOT EXISTS ${BTICK}oai_db${BTICK};"
SQL="${Q1}" SQL="${Q1}"
...@@ -868,7 +868,7 @@ create_hss_database(){ ...@@ -868,7 +868,7 @@ create_hss_database(){
} }
################################ ################################
# set_openair # set_openair_env
############################### ###############################
set_openair_env(){ set_openair_env(){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment