diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-11-02 15:32:31 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-11-02 15:32:31 +0100 |
commit | 207365e76a96f9cd222fa12a4256a27b7106bd03 (patch) | |
tree | db988deea202c7eef097a6d2b2d6c06339634c4b /tools | |
parent | a61d6dacbf4d143e0ec0d1e69037d88d8d31b787 (diff) | |
download | connman-207365e76a96f9cd222fa12a4256a27b7106bd03.tar.gz connman-207365e76a96f9cd222fa12a4256a27b7106bd03.tar.bz2 connman-207365e76a96f9cd222fa12a4256a27b7106bd03.zip |
Show provided WISPr logout URL
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wispr.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/wispr.c b/tools/wispr.c index fcf99d24..c2f77c46 100644 --- a/tools/wispr.c +++ b/tools/wispr.c @@ -219,7 +219,10 @@ static void text_handler(GMarkupParseContext *context, case WISPR_ELEMENT_DELAY: case WISPR_ELEMENT_REPLY_MESSAGE: case WISPR_ELEMENT_LOGIN_RESULTS_URL: + break; case WISPR_ELEMENT_LOGOFF_URL: + g_free(msg->logoff_url); + msg->logoff_url = g_strdup(text); break; } } |