$OpenBSD: patch-snmplib_read_config_c,v 1.1 2013/07/01 16:29:29 espie Exp $
--- snmplib/read_config.c.orig	Mon Jul  1 18:19:39 2013
+++ snmplib/read_config.c	Mon Jul  1 18:19:59 2013
@@ -536,13 +536,13 @@ run_config_handler(struct config_line *lptr,
     lptr = read_config_find_handler(lptr, token);
     if (lptr != NULL) {
         if (when == EITHER_CONFIG || lptr->config_time == when) {
+            char tmpbuf[1];
             DEBUGMSGTL(("read_config:parser",
                         "Found a parser.  Calling it: %s / %s\n", token,
                         cptr));
             /*
              * Make sure cptr is non-null
              */
-            char tmpbuf[1];
             if (!cptr) {
                 tmpbuf[0] = '\0';
                 cptr = tmpbuf;
