libpurple/protocols/facebook/http.c

changeset 41213
0b5c475770e2
parent 41212
9f0f4c23132e
child 41921
24e5305ebcb6
--- a/libpurple/protocols/facebook/http.c	Tue Dec 14 01:57:00 2021 -0600
+++ b/libpurple/protocols/facebook/http.c	Tue Dec 14 01:57:00 2021 -0600
@@ -49,7 +49,7 @@
 	}
 
 	g_set_error(error, FB_HTTP_ERROR, status_code, "%s",
-	            res->reason_phrase);
+	            soup_message_get_reason_phrase(res));
 	return FALSE;
 }
 

mercurial