Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 103164 | Differences between
and this patch

Collapse All | Expand All

(-)samba-vscan-0.3.6/nai/vscan-mcdaemon_core.c (-2 / +2 lines)
Lines 1-5 Link Here
1
/*
1
/*
2
 * $Id: vscan-mcdaemon_core.c,v 1.1.2.5 2004/09/25 12:27:06 reniar Exp $
2
 * $Id: vscan-mcdaemon_core.c,v 1.1.2.6 2005/08/18 13:36:23 reniar Exp $
3
 * 
3
 * 
4
 * Core Interface for McAfee Virus Scanner via McDaemon			
4
 * Core Interface for McAfee Virus Scanner via McDaemon			
5
 *
5
 *
Lines 28-34 Link Here
28
int vscan_mcdaemon_init(void)
28
int vscan_mcdaemon_init(void)
29
{
29
{
30
30
31
	return vscan_init_socket_init("mcdaemon", mcdaemon_ip, mcdaemon_port); 
31
	return vscan_inet_socket_init("mcdaemon", mcdaemon_ip, mcdaemon_port); 
32
32
33
}
33
}
34
34

Return to bug 103164