https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40144
Bug ID: 40144
Summary: `sip_cli_emulator.pl` warnings
Change sponsored?: ---
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5 - low
Component: Command-line Utilities
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Whiel debugging tests for 39911 I noticed a couple warnings that are useless
(i.e. poor data handling instead of a feature alerting something).
The first patch on bug 39911 adds an explicit `die` to emulate a a crash. When
running the `sip_cliemulator.pl` script some warnings showed up:
```shell
$ ./misc/sip_cli_emulator.pl -a 127.0.0.1 -p 6001 -su tcohen -sp tomasito -l
MPL --patron tcohen -m patron_information
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|
Use of uninitialized value $data in concatenation (.) or string at
./misc/sip_cli_emulator.pl line 359.
READ:
Use of uninitialized value $data in pattern match (m//) at
./misc/sip_cli_emulator.pl line 311.
Login Failed!
```
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/