lib/ldb: Rename variable for clarity
authorGarming Sam <garming@catalyst.net.nz>
Wed, 16 Dec 2015 22:41:13 +0000 (11:41 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 17 Dec 2015 02:23:21 +0000 (03:23 +0100)
commit8731e0c6cd267dbf23e9834d0022713d3a17d791
treeb1202bed3e12af44fe08493c1a5baec28e9cedee
parent315049e083814d529af6973be263e296ed78ca75
lib/ldb: Rename variable for clarity

The variable p is the same as attr at this point since p is only
incremented when a continue is invoked in the loop.

Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/ldb/common/ldb_pack.c