repair raop.c (broken while testing earlier today)

This commit is contained in:
fduncanh
2021-11-30 20:58:14 -05:00
parent 2654433454
commit 57ba7a510e

View File

@@ -172,7 +172,7 @@ conn_request(void *ptr, http_request_t *request, http_response_t **response) {
raop_handler_t handler = NULL;
if (!strcmp(method, "GET") && !strcmp(url, "/info")) {
handler = &raop_handler_info;
} else if (!strcmp(method, "POST") && !strcmp(url, "/opair-setup")) {
} else if (!strcmp(method, "POST") && !strcmp(url, "/pair-setup")) {
handler = &raop_handler_pairsetup;
} else if (!strcmp(method, "POST") && !strcmp(url, "/pair-verify")) {
handler = &raop_handler_pairverify;