diff options
author | Dan Winship <danw@redhat.com> | 2015-08-07 16:43:11 -0400 |
---|---|---|
committer | Dan Winship <danw@redhat.com> | 2015-08-07 16:46:33 -0400 |
commit | 578e5e53c0882717a76d4d5496364b087999c234 (patch) | |
tree | 94aaad4bd6bed5a752b2c215e546d5d15219d688 /libnm-core/nm-simple-connection.c | |
parent | 0db81e10145a55e0e17af28baeba91e5167aac12 (diff) | |
download | NetworkManager-578e5e53c0882717a76d4d5496364b087999c234.tar.gz |
core: fix runtime warning when building without libaudit
If !HAVE_LIBAUDIT then sizeof(NMAuditManagerPrivate) was 0, which
upset g_type_class_add_private(). (It's also not valid C.)
Fix things up so that NMAuditManagerPrivate as a whole only exists if
HAVE_LIBAUDIT.
Diffstat (limited to 'libnm-core/nm-simple-connection.c')
0 files changed, 0 insertions, 0 deletions