Skip to content

Commit d809997

Browse files
committed
Revert "rename User-Agent "
This reverts commit b685ad0.
1 parent b685ad0 commit d809997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ping_thread.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ ping(void)
158158
*/
159159
snprintf(request, sizeof(request) - 1,
160160
"GET %s%sgw_id=%s&sys_uptime=%lu&sys_memfree=%u&sys_load=%.2f&wifidog_uptime=%lu HTTP/1.0\r\n"
161-
"User-Agent: WiFiDog-ffw %s\r\n"
161+
"User-Agent: WiFiDog %s\r\n"
162162
"Host: %s\r\n"
163163
"\r\n",
164164
auth_server->authserv_path,

0 commit comments

Comments
 (0)