/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-client.c

  • Committer: Teddy Hogeborn
  • Date: 2008-08-12 19:39:36 UTC
  • mfrom: (24.1.47 mandos)
  • Revision ID: teddy@fukt.bsnet.se-20080812193936-hk8sas7p4j1miwl4
Merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
203
203
  char *plus_options = NULL;
204
204
  char **plus_argv = NULL;
205
205
 
206
 
  errno = 0;
207
 
  
208
206
  /* Establish a signal handler */
209
207
  sigemptyset(&sigchld_action.sa_mask);
210
208
  ret = sigaddset(&sigchld_action.sa_mask, SIGCHLD);