Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3-selftest: fix return code for modprinter.pl -a. | Günther Deschner | 2010-02-18 | 1 | -1/+2 |
| | | | | | | | | | | | Background is: the SetPrinter level 2 calls "addprinter command" an fails if a share already existed (and the addprinter command returned a non-0 return code). Removing the non-0 return code is fine, as in AddPrinter{Ex}, we have checks to see if a share already exists before calling out the addprinter command. Maybe one day, we need to have a "changeprinter command"... Guenther | ||||
* | s3-selftest: include addprinter/deleteprinter command. | Günther Deschner | 2010-02-18 | 1 | -0/+128 |
Guenther |