Bug 6237: remove compile time warning
authorColin Campbell <colin.campbell@ptfs-europe.com>
Thu, 21 Apr 2011 15:13:47 +0000 (16:13 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 21 Apr 2011 19:30:55 +0000 (07:30 +1200)
commit0d663c7e8aae16a1b12c03af20b152b186829abf
tree0feb49569ba773b4825d17e01bef47907f964490
parent420dcba56457c981d21d93fe5a7c00f7643a1c3d
Bug 6237: remove compile time warning

Remove a 'variable in void context' warning from
C4::Auth which shows up as a compile warning in all users of
the module and generates log noise

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/Auth.pm