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

Collapse All | Expand All

(-)evolution-2.0.2-old/camel/camel-service.c (-1 / +1 lines)
Lines 896-902 Link Here
896
	else
896
	else
897
		memcpy (&myhints, hints, sizeof (myhints));
897
		memcpy (&myhints, hints, sizeof (myhints));
898
	
898
	
899
	myhints.ai_faimily = AF_INET;
899
	myhints.ai_family = AF_INET;
900
	hints = &myhints;
900
	hints = &myhints;
901
#endif
901
#endif
902
902

Return to bug 67824