diff options
author | Havoc Pennington <hp@redhat.com> | 2005-08-01 18:59:02 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2005-08-01 18:59:02 +0000 |
commit | c76d24b0072dbe707889bae403668dde0fcd8f9f (patch) | |
tree | 0fe76dfaf0549b7605d2f074fedd1a17faa89ad7 /dbus/dbus-auth.c | |
parent | 9a4c459076d118f2dd7eeb8dc81ad88c495b65bc (diff) |
some docs cleanups
Diffstat (limited to 'dbus/dbus-auth.c')
-rw-r--r-- | dbus/dbus-auth.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dbus/dbus-auth.c b/dbus/dbus-auth.c index ced93303..660dc435 100644 --- a/dbus/dbus-auth.c +++ b/dbus/dbus-auth.c @@ -42,10 +42,6 @@ * challenge/response, but we don't currently allow that in our * protocol. * - * @todo DBusAuth really needs to be rewritten as an explicit state - * machine. Right now it's too hard to prove to yourself by inspection - * that it works. - * * @todo right now sometimes both ends will block waiting for input * from the other end, e.g. if there's an error during * DBUS_COOKIE_SHA1. |