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

Fixed fallback on error in mandos-client
fixed a bug in password-request

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
  
206
208
  /* Establish a signal handler */
207
209
  sigemptyset(&sigchld_action.sa_mask);
208
210
  ret = sigaddset(&sigchld_action.sa_mask, SIGCHLD);