Explorar o código

xhttp_pi: fix default value for xhttp_pi_root param

Ovidiu Sas %!s(int64=12) %!d(string=hai) anos
pai
achega
c3db1a1b59
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules/xhttp_pi/xhttp_pi.c

+ 1 - 1
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;