fix compilation error

git-svn: trunk@2042
remotes/push_mirror/metadata
Tomasz Kojm 20 years ago
parent 400153c910
commit 06a4863058
  1. 5
      clamav-devel/clamdscan/client.c

@ -47,7 +47,6 @@
#include "output.h"
#include "misc.h"
#include "str.h"
#include "strrcpy.h" /* libclamav */
#ifdef PF_INET
# define SOCKET_INET PF_INET
@ -526,8 +525,8 @@ void move_infected(const char *filename, const struct optstruct *opt)
exit(2);
}
if(!(strrcpy(movefilename, movedir))) {
logg("^strrcpy() returned NULL\n");
if(!(cli_strrcpy(movefilename, movedir))) {
logg("^cli_strrcpy() returned NULL\n");
notmoved++;
free(movefilename);
return;

Loading…
Cancel
Save