Fix wrong fall through

git-svn: trunk@1705
remotes/push_mirror/metadata
Nigel Horne 20 years ago
parent 65d503e636
commit 29fdbe1b79
  1. 2
      clamav-devel/shared/network.c

@ -85,6 +85,6 @@ int r_gethostbyname(const char *hostname, struct hostent *hp, char *buf, size_t
pthread_mutex_unlock(&hostent_mutex);
#endif
return 0;
#endif
return 0;
}

Loading…
Cancel
Save