[libdmapsharing] Add note about soup_client_context_get_host() on libsoup-2.33 Signed-off-by: W. Michael Petullo <mik
- From: W. Michael Petullo <wmpetullo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libdmapsharing] Add note about soup_client_context_get_host() on libsoup-2.33 Signed-off-by: W. Michael Petullo <mik
- Date: Mon, 21 Mar 2011 18:08:49 +0000 (UTC)
commit 0482af9c46127eda7f7bd4505308cd2c86df4f80
Author: W. Michael Petullo <mike flyn org>
Date: Mon Mar 21 13:01:00 2011 -0500
Add note about soup_client_context_get_host() on libsoup-2.33
Signed-off-by: W. Michael Petullo <mike flyn org>
libdmapsharing/dmap-share.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/libdmapsharing/dmap-share.c b/libdmapsharing/dmap-share.c
index 209395f..2bb6cba 100644
--- a/libdmapsharing/dmap-share.c
+++ b/libdmapsharing/dmap-share.c
@@ -928,6 +928,10 @@ _dmap_share_session_id_create (DMAPShare * share, SoupClientContext * context)
} while (addr != NULL);
/* store session id and remote address */
+ /* FIXME, warning, this fails against libsoup-2.33.90-1.fc15.x86_64 with:
+ * (dmapd:12917): libsoup-CRITICAL **: soup_address_get_physical: assertion `SOUP_IS_ADDRESS (addr)' failed
+ * Is this a bug in libsoup or libdmapsharing?
+ */
remote_address = g_strdup (soup_client_context_get_host (context));
g_hash_table_insert (share->priv->session_ids, GUINT_TO_POINTER (id),
remote_address);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]