dsdb: Use customary variable names for the audit private context
authorAndrew Bartlett <abartlet@samba.org>
Mon, 25 Jun 2018 04:43:38 +0000 (16:43 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 26 Jun 2018 01:27:20 +0000 (03:27 +0200)
commit2c883bd9788d0142836af70599ade4aa3bad3d39
treefe4e03d741dd9cd36fdf2a54149d559d358a32b3
parentd2468f732fb8a33fa28648b4928bd3a8a1e599ff
dsdb: Use customary variable names for the audit private context

The variable name "ac" typically implies the async context, and the long-life
private context is normally denoted private, not context.  This aligns better
with other modules.

talloc_get_type_abort() is now also used.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
source4/dsdb/samdb/ldb_modules/audit_log.c
source4/dsdb/samdb/ldb_modules/tests/test_audit_log.c