1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

Fix debug %lu message.

Jeremy.
(This used to be commit 644a3be37a6760c9e25ac1b286c7c225096e8b0d)
This commit is contained in:
Jeremy Allison 2008-02-28 02:07:06 -08:00
parent 346993ee75
commit 9d37794a6c

View File

@ -3503,8 +3503,8 @@ bool lp_file_list_changed(void)
libnet_conf_get_seqnum(conf_ctx, NULL, NULL))
{
DEBUGADD(6, ("regdb seqnum changed: old = %lu, "
"new = %lu\n", conf_last_seqnum,
libnet_conf_get_seqnum(conf_ctx, NULL, NULL)));
"new = %lu\n", (unsigned long)conf_last_seqnum,
(unsigned long)libnet_conf_get_seqnum(conf_ctx, NULL, NULL)));
return true;
} else {
/*