Ticket #5250 enhancement closed fixed
finger15.tac patch
| Reported by: | anv | Owned by: | anv |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | core | Keywords: | |
| Cc: | thijs | Branch: | |
| Author: | Launchpad Bug: |
Description (last modified by exarkun) (diff)
In the current version of finger15.tac the _read method has never been called. Proposal patch solves the problem.
Index: trunk/doc/core/howto/tutorial/listings/finger/finger15.tac
===================================================================
--- trunk/doc/core/howto/tutorial/listings/finger/finger15.tac (revision 32505)
+++ trunk/doc/core/howto/tutorial/listings/finger/finger15.tac (working copy)
@@ -79,6 +79,7 @@
application = service.Application('finger', uid=1, gid=1)
f = FingerService('/etc/users')
+f.setServiceParent(application)
serviceCollection = service.IServiceCollection(application)
internet.TCPServer(79, f.getFingerFactory()
).setServiceParent(serviceCollection)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

