Re: [Freeipa-devel] [PATCH 74] Fix name error in hbactest

2012-04-19 Thread Martin Kosek
On Thu, 2012-04-19 at 16:17 +0300, Alexander Bokovoy wrote: > On Thu, 19 Apr 2012, John Dennis wrote: > >Ticket #2512 > > > >In hbactest.py there is a name error wrapped inside a try/except block > >that ignores all errors so the code block exits prematurely leaving a > >critical variable uninitial

Re: [Freeipa-devel] [PATCH 74] Fix name error in hbactest

2012-04-19 Thread Alexander Bokovoy
On Thu, 19 Apr 2012, John Dennis wrote: Ticket #2512 In hbactest.py there is a name error wrapped inside a try/except block that ignores all errors so the code block exits prematurely leaving a critical variable uninitialized. The name error is the result of a cut-n-paste error that references

[Freeipa-devel] [PATCH 74] Fix name error in hbactest

2012-04-19 Thread John Dennis
Ticket #2512 In hbactest.py there is a name error wrapped inside a try/except block that ignores all errors so the code block exits prematurely leaving a critical variable uninitialized. The name error is the result of a cut-n-paste error that references a variable that had never been initialized