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

  • Committer: Teddy Hogeborn
  • Date: 2015-07-12 01:57:54 UTC
  • Revision ID: teddy@recompile.se-20150712015754-1lq7u2ejo7fdyfvi
* debian/mandos.prerm: Don't run init script, use only invoke-rc.d.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2546
2546
        }
2547
2547
      }
2548
2548
      
2549
 
      if(strcmp(dh_params_file, PATHDIR "/client-dhparams.pem" )
2550
 
         == 0){
 
2549
      if(strcmp(dh_params_file, PATHDIR "/dhparams.pem" ) == 0){
2551
2550
        int dhparams_fd = open(dh_params_file, O_RDONLY);
2552
2551
        if(dhparams_fd == -1){
2553
2552
          perror_plus("open");
2747
2746
      errno = bring_up_interface(interface, delay);
2748
2747
      if(not interface_was_up){
2749
2748
        if(errno != 0){
2750
 
          perror_plus("Failed to bring up interface");
 
2749
          fprintf_plus(stderr, "Failed to bring up interface \"%s\":"
 
2750
                       " %s\n", interface, strerror(errno));
2751
2751
        } else {
2752
2752
          errno = argz_add(&interfaces_to_take_down,
2753
2753
                           &interfaces_to_take_down_size,