freeipa/daemons/ipa-slapi-plugins/ipa-extdom-extop
Lukas Slebodnik be6ecac220 ipa-extdom-extop: Fix warning Wformat
In file included from ipa_extdom_extop.c:41:0:
ipa_extdom_extop.c: In function ‘ipa_extdom_init_ctx’:
ipa_extdom_extop.c:203:9: warning: format ‘%d’ expects argument of type ‘int’,
                          but argument 4 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
     LOG("Maximal nss buffer size set to [%d]!\n", ctx->max_nss_buf_size);
         ^
../common/util.h:53:21: note: in definition of macro ‘LOG_PLUGIN_NAME’
                     fmt, ##__VA_ARGS__)
                     ^
ipa_extdom_extop.c:203:5: note: in expansion of macro ‘LOG’

Reviewed-By: Martin Basti <mbasti@redhat.com>
2015-11-13 18:37:23 +01:00
..
test_data extdom: add unit-test for get_user_grouplist() 2015-07-08 01:56:52 +02:00
ipa_extdom_cmocka_tests.c extdom: add unit-test for get_user_grouplist() 2015-07-08 01:56:52 +02:00
ipa_extdom_common.c extdom: add unit-test for get_user_grouplist() 2015-07-08 01:56:52 +02:00
ipa_extdom_extop.c ipa-extdom-extop: Fix warning Wformat 2015-11-13 18:37:23 +01:00
ipa_extdom.h extdom: add unit-test for get_user_grouplist() 2015-07-08 01:56:52 +02:00
ipa-extdom-extop-conf.ldif Add external domain extop DS plugin 2012-06-28 13:08:26 +02:00
Makefile.am fix Makefile.am for daemons 2015-03-26 14:58:37 +01:00
README Add external domain extop DS plugin 2012-06-28 13:08:26 +02:00