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)
commita516bc9a2d4ce86244d0e2fbfacf6fda5e12e987
tree772cd9fecf9a56d7e965062f3d837fd651d8e54c
parentf10c9ca3612d7bdc4c2c221e959f8c48ec2f9349
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
source/lib/util/util_tdb.c