Module: sip-router Branch: master Commit: c3db1a1b598416d1380d54e1a21e9991070a075b URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c3db1a1b598416d1380d54e1a21e9991070a075b
Author: Ovidiu Sas <[email protected]> Committer: Ovidiu Sas <[email protected]> Date: Fri Feb 15 11:27:15 2013 -0500 xhttp_pi: fix default value for xhttp_pi_root param --- modules/xhttp_pi/xhttp_pi.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/xhttp_pi/xhttp_pi.c b/modules/xhttp_pi/xhttp_pi.c index 8768daa..f9b8cc1 100644 --- a/modules/xhttp_pi/xhttp_pi.c +++ b/modules/xhttp_pi/xhttp_pi.c @@ -76,7 +76,7 @@ static xhttp_api_t xhttp_api; gen_lock_t* ph_lock; -str xhttp_pi_root = str_init("http_pi"); +str xhttp_pi_root = str_init("pi"); str filename = {NULL, 0}; int buf_size = 0; _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
