Oops: CallDBusMethod wasn't catching errors.
commit51f945e38622fedadd8417bbe4595f6b0843d6ce
authorAvery Pennarun <apenwarr@gmail.com>
Tue, 7 Oct 2008 06:19:32 +0000 (7 02:19 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Tue, 7 Oct 2008 06:19:32 +0000 (7 02:19 -0400)
treeee785f305f75e0c6090c36f45813cd963e24fe4f
parentd50bbc28e867fa3ed5aff9cca0b215653e5c6056
Oops: CallDBusMethod wasn't catching errors.

We lost the auto-exception-throwing-on-error feature that the Bus.*
functions used to have, so versaplexd didn't do the right thing when
GetConnectionUnixUserName failed.  Worse, GetUnixUser() wasn't even right: it
was calling GetUnixUser instead of GetConnectionUnixUser.
wvdbus-sharp/conn.cs