Enabling IPv4 on orbit2



How do I enable IPv4 on orbit2. I don't see a configuration flag to do
this. I only find src/orb/orb-core/corba-orb.c:

#ifdef G_OS_WIN32
static gboolean     orbit_use_ipv4           = TRUE;
#else
static gboolean     orbit_use_ipv4           = FALSE;
#endif

So I assume I only have to put that FALSE into a TRUE and I'll be happy?

thanks
ariel



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]