SUPPORT-8592. version_conf_clear(): logging fixed
This commit is contained in:
parent
667be0d88c
commit
8f52e508d2
1 changed files with 2 additions and 2 deletions
|
|
@ -32,13 +32,13 @@ version_conf_load(version_conf_t *conf)
|
|||
void
|
||||
version_conf_clear(version_conf_t *conf)
|
||||
{
|
||||
LOG_TRACE("version_conf_load enter");
|
||||
LOG_TRACE("version_conf_clear enter");
|
||||
|
||||
if (conf != NULL) {
|
||||
conf->location = NULL;
|
||||
}
|
||||
|
||||
LOG_TRACE("version_conf_load exit");
|
||||
LOG_TRACE("version_conf_clear exit");
|
||||
}
|
||||
|
||||
fcgi_handler_status_t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue