GUnixFDMessage: fix a small typo in an extra check
authorRyan Lortie <desrt@desrt.ca>
Tue, 5 Jan 2010 23:49:23 +0000 (18:49 -0500)
committerRyan Lortie <desrt@desrt.ca>
Tue, 5 Jan 2010 23:52:33 +0000 (18:52 -0500)
commitbaf20e09842a97c2d7925dff5ff9c6d35e36b27d
tree460323e3d002dd4c06d4e027ee095699e6a7959c
parentb00c6d7fb5798b4e528554e1221a553ab95506ed
GUnixFDMessage: fix a small typo in an extra check

In the deserialise function, GUnixFDMessage was comparing 'level' to
both SOL_SOCKET and SCM_RIGHTS.  It is correct to compare 'type' to
SCM_RIGHTS.  The code passed tests only because:

1) it's a "should always be OK" double-check

2) SOL_SOCKET and SCM_RIGHTS, by chance, both have the value '1' on
   Linux systems.
gio/gunixfdmessage.c