summaryrefslogtreecommitdiffstats
path: root/server/tests
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2009-07-03 12:27:17 -0400
committerSimo Sorce <ssorce@redhat.com>2009-07-03 12:44:08 -0400
commitbc1352717c7354005b4e6f70b6a51ed6b5146796 (patch)
treed8a3218ae42d1308d72320cd2e08cf36ff0966ec /server/tests
parent550f27dbdbd00024e483b989ebc033b2cbe0d239 (diff)
downloadsssd-bc1352717c7354005b4e6f70b6a51ed6b5146796.tar.gz
sssd-bc1352717c7354005b4e6f70b6a51ed6b5146796.tar.xz
sssd-bc1352717c7354005b4e6f70b6a51ed6b5146796.zip
Cleanup warnings in client and server code
Diffstat (limited to 'server/tests')
-rw-r--r--server/tests/sysdb-tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/sysdb-tests.c b/server/tests/sysdb-tests.c
index ef7145cdd..b2dc8ab34 100644
--- a/server/tests/sysdb-tests.c
+++ b/server/tests/sysdb-tests.c
@@ -600,7 +600,7 @@ static void test_getpwuid(void *pvt, int error, struct ldb_result *res)
static void test_enumgrent(void *pvt, int error, struct ldb_result *res)
{
struct test_data *data = talloc_get_type(pvt, struct test_data);
-/* const int expected = 30; /* 15 groups + 15 users (we're MPG) */
+/* const int expected = 30; / * 15 groups + 15 users (we're MPG) */
const int expected = 15;
data->finished = true;