projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
644ab6a
)
Avoid some compiler warnings
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 10 Sep 2011 03:42:47 +0000
(23:42 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 10 Sep 2011 03:44:41 +0000
(23:44 -0400)
gio/tests/socket-client.c
patch
|
blob
|
history
diff --git
a/gio/tests/socket-client.c
b/gio/tests/socket-client.c
index
578b0c8
..
d2c74e8
100644
(file)
--- a/
gio/tests/socket-client.c
+++ b/
gio/tests/socket-client.c
@@
-256,6
+256,9
@@
main (int argc,
g_type_init ();
+ address = NULL;
+ connection = NULL;
+
context = g_option_context_new (" <hostname>[:port] - Test GSocket client stuff");
g_option_context_add_main_entries (context, cmd_entries, NULL);
if (!g_option_context_parse (context, &argc, &argv, &error))