mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-14 11:38:05 +02:00
Fix non-initialized variable in gio/tests/socket-client.c
This commit is contained in:
parent
027e3769ee
commit
7bd79b112d
@ -257,7 +257,7 @@ main (int argc,
|
||||
GIOStream *connection;
|
||||
GInputStream *istream;
|
||||
GOutputStream *ostream;
|
||||
GSocketAddress *src_address;
|
||||
GSocketAddress *src_address = NULL;
|
||||
GTlsCertificate *certificate = NULL;
|
||||
gint i;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user