check_dig: Declare variable at the top
commit4a2a7254653476c8baae583101bc50451de9431b
authorHolger Weiss <holger@zedat.fu-berlin.de>
Thu, 30 Jan 2014 18:51:46 +0000 (30 19:51 +0100)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Thu, 30 Jan 2014 18:51:46 +0000 (30 19:51 +0100)
tree9c1eb7c2145bf36caa35ffcd56e65b39402bab82
parente33ecc84c7ebdf4af3e8649a326e8a5acc9fe5b6
check_dig: Declare variable at the top

C89 doesn't allow variable declarations to be intermingled with code.
plugins/check_dig.c