[libsoup/wip/tpopela/negotiate] Remove an unneeded comment



commit 783f55340cd229229484360b442e9b311f8ac526
Author: Tomas Popela <tpopela redhat com>
Date:   Tue Jan 19 11:56:07 2016 +0100

    Remove an unneeded comment

 libsoup/soup-auth-negotiate.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/libsoup/soup-auth-negotiate.c b/libsoup/soup-auth-negotiate.c
index 36c0b78..e0b3bd0 100644
--- a/libsoup/soup-auth-negotiate.c
+++ b/libsoup/soup-auth-negotiate.c
@@ -150,7 +150,6 @@ soup_auth_negotiate_get_protection_space (SoupAuth *auth, SoupURI *source_uri)
 
        space = g_strdup (source_uri->path);
 
-       /* FIXME does https://bugzilla.gnome.org/show_bug.cgi?id=755617 apply here as well? */
        /* Strip filename component */
        p = strrchr (space, '/');
        if (p && p != space && p[1])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]