https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40144 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #3 from David Nind <david@davidnind.com> --- Testing notes (using KTD): 1. Run ./misc/sip_cli_emulator.pl -a 127.0.0.1 -p 6001 -su tcohen -sp tomasito -l MPL --patron tcohen -m patron_information 2. Notice the "Use of unitialized value in...." in the output: Attempting socket connection to 127.0.0.1:6001...connected! Use of uninitialized value $hold_mode in string eq at ./misc/ sip_cli_emulator.pl line 127. SEND: 9300CNtcohen|COtomasito|CPMPL| READ: 940 Login Failed! 3. Apply the patch. 4. Repeat step 1. 5. Notice that there is now no "Use of unitialized value in...." in the output: Attempting socket connection to 127.0.0.1:6001...connected! SEND: 9300CNtcohen|COtomasito|CPMPL| READ: 940 Login Failed! -- You are receiving this mail because: You are watching all bug changes.