Martin Kosek wrote:
On Fri, 2011-03-11 at 11:37 +0100, Jakub Hrozek wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 03/11/2011 11:20 AM, Sylvain Baubeau wrote:
Yes, I'm using IPv4.
It's even worse as the constant 'io.PR_AF_INET' (whose value is 2) is
used in this case :)
Right..
Th
On Fri, 2011-03-11 at 11:37 +0100, Jakub Hrozek wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 03/11/2011 11:20 AM, Sylvain Baubeau wrote:
> > Yes, I'm using IPv4.
> > It's even worse as the constant 'io.PR_AF_INET' (whose value is 2) is
> > used in this case :)
> >
>
> Right..
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 03/11/2011 11:20 AM, Sylvain Baubeau wrote:
> Yes, I'm using IPv4.
> It's even worse as the constant 'io.PR_AF_INET' (whose value is 2) is
> used in this case :)
>
Right..
Thank you very much for your contribution. I'm guessing we never hit the
e
Yes, I'm using IPv4.
It's even worse as the constant 'io.PR_AF_INET' (whose value is 2) is
used in this case :)
Regards
Sylvain
Le 11/03/2011 10:59, Jakub Hrozek a écrit :
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 03/11/2011 04:44 AM, Rob Crittenden wrote:
Sylvain Baubeau wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 03/11/2011 04:44 AM, Rob Crittenden wrote:
> Sylvain Baubeau wrote:
>>Hi,
>>
>> I was facing an error with ipapython that caused an NSPRError
>> exception to
>> be raised at line 159 of ipapython/nsslib.py :
>>
>> 157 logging.deb
Sylvain Baubeau wrote:
Hi,
I was facing an error with ipapython that caused an NSPRError exception to
be raised at line 159 of ipapython/nsslib.py :
157 logging.debug("connecting: %s", net_addr)
158 try:
159 self.sock.connect(net_addr, fami
Hi,
I was facing an error with ipapython that caused an NSPRError exception to
be raised at line 159 of ipapython/nsslib.py :
157 logging.debug("connecting: %s", net_addr)
158 try:
159 self.sock.connect(net_addr, family)
160 ex