/mandos/trunk

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

« back to all changes in this revision

Viewing changes to mandos

Merge threading/seg fault fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2165
2165
        # Close all input and output, do double fork, etc.
2166
2166
        daemon()
2167
2167
    
 
2168
    gobject.threads_init()
 
2169
    
2168
2170
    global main_loop
2169
2171
    # From the Avahi example code
2170
2172
    DBusGMainLoop(set_as_default=True )