idmap-hash: Fix Coverity ID 709119 Unused pointer value
authorVolker Lendecke <vl@samba.org>
Wed, 20 Jun 2012 06:40:22 +0000 (08:40 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 20 Jun 2012 08:51:14 +0000 (10:51 +0200)
commit7c0f12573ff24fe44f917b2374611942bf531117
tree7f2f3445f33952b213460916cdbdc0d60ada58da
parentf0072d32b62e99890e6dbe371593601be443c007
idmap-hash: Fix Coverity ID 709119 Unused pointer value

"p" is overwritten further down again before it's first use

Signed-off-by: Michael Adam <obnox@samba.org>
source3/winbindd/idmap_hash/mapfile.c