gsocket: Fix the error message for a failed g_socket_shutdown
authorNeil Roberts <neil@linux.intel.com>
Sat, 28 May 2011 14:06:45 +0000 (15:06 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 28 May 2011 23:46:14 +0000 (19:46 -0400)
commit0703dbc21f83122ff2d093632549dbbacf192c54
tree073c15fd1109bf49543661b0190a7a0cae206ca6
parent56c0d0f384ee8033c99a0d6db7fa4ff11d7fe689
gsocket: Fix the error message for a failed g_socket_shutdown

The GError message for g_socket_shutdown was reporting that it was
"Unable to create socket" which is presumably a cut-and-paste bug.

https://bugzilla.gnome.org/show_bug.cgi?id=651327
gio/gsocket.c