Wrap HTP code that is only used in debug mode in debug ifdefs.

remotes/origin/master-1.1.x
Victor Julien 14 years ago
parent a5d9c86dd3
commit 9a58a02559

@ -82,7 +82,7 @@ static uint64_t htp_state_memcnt = 0;
static uint8_t need_htp_request_body = 0;
#ifdef DEBUG
/**
* \internal
*
@ -112,6 +112,7 @@ static const char *HTPLookupPersonalityString(int p)
return NULL;
}
#endif /* DEBUG */
/**
* \internal

Loading…
Cancel
Save