From 7715d128662e76e731ed4819e1cd99733d22808a Mon Sep 17 00:00:00 2001 From: Patrik Flykt Date: Fri, 2 Dec 2011 16:18:30 +0200 Subject: [PATCH] wispr: Add SSID and length variables to callback SSID and lenght variables are not used in wispr callback. --- src/wispr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wispr.c b/src/wispr.c index fd26018..48f00bd 100644 --- a/src/wispr.c +++ b/src/wispr.c @@ -430,6 +430,7 @@ static gboolean wispr_input(const guint8 **data, gsize *length, static void wispr_portal_request_wispr_login(struct connman_service *service, connman_bool_t success, + const char *ssid, int ssid_len, const char *username, const char *password, void *user_data) { -- 2.7.4