Browse code

temporary comment some code in order to build in win32

aCaB authored on 2010/05/10 10:47:44
Showing 1 changed files
... ...
@@ -113,7 +113,7 @@ int notify(const char *cfgfile)
113 113
 	ret = getaddrinfo(addr, port, &hints, &res);
114 114
 
115 115
 	if(ret) {
116
-	    logg("^Clamd was NOT notified: Can't resolve hostname %s (%s)\n", addr ? addr : "", (ret == EAI_SYSTEM) ? strerror(errno) : gai_strerror(ret));
116
+	    /* logg("^Clamd was NOT notified: Can't resolve hostname %s (%s)\n", addr ? addr : "", (ret == EAI_SYSTEM) ? strerror(errno) : gai_strerror(ret)); */
117 117
 	    optfree(opts);
118 118
 	    return 1;
119 119
 	}