summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2020-11-06 05:57:29 +0000
committerCarlos Garcia Campos <carlosgc@gnome.org>2020-11-06 05:57:29 +0000
commit7cc93e2fb52cda8f9e8260c4cce10a60b579dd88 (patch)
tree712b3b2f4b3a1b9e3f845e0e880a25beddc4ce8f
parentd9bd561c341726d0128db191caba4dbacbe83c2c (diff)
downloadlibsoup-7cc93e2fb52cda8f9e8260c4cce10a60b579dd88.tar.gz
Apply 1 suggestion(s) to 1 file(s)
-rw-r--r--tests/hsts-test.c2
1 files changed, 1 insertions, 1 deletions
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));