[libsoup/pgriffis/remove-property-functions] Apply 1 suggestion(s) to 1 file(s)



commit 7cc93e2fb52cda8f9e8260c4cce10a60b579dd88
Author: Carlos Garcia Campos <carlosgc gnome org>
Date:   Fri Nov 6 05:57:29 2020 +0000

    Apply 1 suggestion(s) to 1 file(s)

 tests/hsts-test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/hsts-test.c b/tests/hsts-test.c
index 1f859f7f..b0ff7a43 100644
--- a/tests/hsts-test.c
+++ b/tests/hsts-test.c
@@ -156,7 +156,7 @@ on_request_queued (SoupSession *session,
 static SoupSession *
 hsts_session_new (SoupHSTSEnforcer *enforcer)
 {
-       SoupSession *session = session = soup_test_session_new (SOUP_TYPE_SESSION, NULL);
+       SoupSession *session = soup_test_session_new (SOUP_TYPE_SESSION, NULL);
 
        if (enforcer)
                 soup_session_add_feature (session, SOUP_SESSION_FEATURE (enforcer));


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