SFSIP-168 missing ,

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14347 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-07-24 15:56:23 +00:00
parent 29be4bd069
commit ab2b955724
1 changed files with 1 additions and 1 deletions

View File

@ -3584,7 +3584,7 @@ int sofia_glue_init_sql(sofia_profile_t *profile)
" accept VARCHAR(255),\n"
" profile_name VARCHAR(255),\n"
" hostname VARCHAR(255),\n"
" network_port VARCHAR(6)\n"
" network_port VARCHAR(6),\n"
" network_ip VARCHAR(255)\n"
");\n";