mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-08 05:38:01 +02:00
Merge branch 'debian-1096212' into 'master'
selinux: Don't include unused reference count in verbose logging See merge request dbus/dbus!511
This commit is contained in:
commit
01f224420a
1 changed files with 0 additions and 1 deletions
|
|
@ -925,7 +925,6 @@ bus_selinux_id_table_print (DBusHashTable *service_table)
|
|||
security_id_t sid = _dbus_hash_iter_get_value (&iter);
|
||||
_dbus_verbose ("The key is %s\n", key);
|
||||
_dbus_verbose ("The context is %s\n", sid->ctx);
|
||||
_dbus_verbose ("The refcount is %d\n", sid->refcnt);
|
||||
}
|
||||
#endif /* DBUS_ENABLE_VERBOSE_MODE && HAVE_SELINUX */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue