/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 plugins.d/usplash.c

* mandos (ClientHandler.handle): Set up the GnuTLS session object
                                 before reading the protocol number.
 (ClientHandler.handle/ProxyObject): New.

Show diffs side-by-side

added added

removed removed

Lines of Context:
607
607
    
608
608
    setsid();
609
609
    ret = chdir("/");
610
 
    if(ret == -1){
611
 
      perror("chdir");
612
 
      _exit(EX_OSERR);
613
 
    }
614
610
/*     if(fork() != 0){ */
615
611
/*       _exit(EXIT_SUCCESS); */
616
612
/*     } */