tdb_unpack: Eliminate "cast to pointer from integer of different size" warning on...
authorMichael Adam <obnox@samba.org>
Fri, 27 Jun 2008 06:23:26 +0000 (08:23 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 27 Jun 2008 10:46:11 +0000 (12:46 +0200)
commitbcc6a3786c30a76ac80529cc60f4958dfed9abc6
tree50a52dc6fa4d5af3c7e69e584fef06a872c19f8c
parent3678411037329d8bebcaadcea6676018e0131afb
tdb_unpack: Eliminate "cast to pointer from integer of different size" warning on 64bit.

The 'p' type is just a flag to mark the presence of a pointer,
not a real pointer itself.

The code is now the same as in Samba3's tdb_unpack.

Michael
(This used to be commit a516bc9a2d4ce86244d0e2fbfacf6fda5e12e987)
source4/lib/util/util_tdb.c