/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to mandos

* mandos (ClientHandler.handle): Bug fix: add missing right
                                 parenthesis.

Show diffs side-by-side

added added

removed removed

Lines of Context:
812
812
                    break
813
813
            else:
814
814
                ipc.write(u"NOTFOUND %s %s\n"
815
 
                          % (fpr, unicode(self.client_address))
 
815
                          % (fpr, unicode(self.client_address)))
816
816
                session.bye()
817
817
                return
818
818
            # Have to check if client.still_valid(), since it is