Fix bug in the case of no libxml2

remotes/push_mirror/0.98.2
Shawn Webb 11 years ago
parent 2f91ff3764
commit 77a04a7fc3
  1. 2
      libclamav/openioc.c

@ -341,7 +341,7 @@ int openioc_parse(const char * fname, int fd, struct cl_engine *engine, unsigned
return CL_SUCCESS;
}
#else
int openioc_parse(const char * fname, int fd, struct cl_engine *engine)
int openioc_parse(const char * fname, int fd, struct cl_engine *engine, unsigned int options)
{
cli_dbgmsg("openioc_parse: libxml2 support is compiled out and is needed for OpenIOC support.\n");
return CL_SUCCESS;

Loading…
Cancel
Save