Second SPF fix, moved to where type is correct.
authorPhil Pennock <pdp@exim.org>
Fri, 18 May 2012 19:52:08 +0000 (15:52 -0400)
committerPhil Pennock <pdp@exim.org>
Fri, 18 May 2012 19:52:08 +0000 (15:52 -0400)
commit542bc632dd2ab452f87e0304e3356534e49f71f3
tree607349b50b0c2d6aa5ffdb146f9f2de5c107900c
parent7390e768d82239b8dc6697379277c37c8c927b9d
Second SPF fix, moved to where type is correct.

De-initialised "type" var in stack declaration, so a repeat of this mistake
would lead to an uninitialized variable usage warning which would have blocked
the previous incorrect fix from being committed.
src/src/lookups/dnsdb.c