diff options
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/nslcd_systemd.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/systemd/nslcd_systemd.go b/systemd/nslcd_systemd.go index f5d4881..5589627 100644 --- a/systemd/nslcd_systemd.go +++ b/systemd/nslcd_systemd.go @@ -161,5 +161,4 @@ func Main(backend Backend) uint8 { }() } } - panic("not reached") } |