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:
d44ae96
)
One more dubious return
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 10 Jul 2010 23:16:27 +0000
(19:16 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 11 Jul 2010 00:02:47 +0000
(20:02 -0400)
gio/gsocketlistener.c
patch
|
blob
|
history
diff --git
a/gio/gsocketlistener.c
b/gio/gsocketlistener.c
index
62ec2fc
..
3386091
100644
(file)
--- a/
gio/gsocketlistener.c
+++ b/
gio/gsocketlistener.c
@@
-790,7
+790,7
@@
g_socket_listener_accept_socket_finish (GSocketListener *listener,
GSocket *socket;
GSimpleAsyncResult *simple;
- g_return_val_if_fail (G_IS_SOCKET_LISTENER (listener),
FALSE
);
+ g_return_val_if_fail (G_IS_SOCKET_LISTENER (listener),
NULL
);
simple = G_SIMPLE_ASYNC_RESULT (result);