New policy type to check client credentials?
Markku Savela
msa at moth.iki.fi
Wed Feb 4 00:55:28 PST 2009
Oops, the creds.c in libcreds had a silly extra ";" ...
[just to record, I expect to have some better release in future]
----------------------
--- creds.c.orig 2009-01-30 14:00:04.000000000 +0200
+++ creds.c 2009-02-04 10:49:31.000000000 +0200
@@ -508,7 +508,7 @@
uid = p.pw_uid;
break; /* Converted user to uid successfully */
}
- if (res != ERANGE);
+ if (res != ERANGE)
break;
buflen *= 2;
}
More information about the dbus
mailing list