/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: 2018-02-18 01:29:21 UTC
  • Revision ID: teddy@recompile.se-20180218012921-itiazxid50ycv77o
Correct comments

* plugin-helpers/mandos-client-iprouteadddel.c: Comment change only.

Show diffs side-by-side

added added

removed removed

Lines of Context:
613
613
        }
614
614
        params.size += (unsigned int)bytes_read;
615
615
      }
616
 
      close(dhpfile);
617
616
      if(params.data == NULL){
618
617
        dhparamsfilename = NULL;
619
618
      }
1656
1655
      perror_plus("ioctl SIOCGIFFLAGS");
1657
1656
      errno = old_errno;
1658
1657
    }
1659
 
    close(s);
1660
1658
    return false;
1661
1659
  }
1662
 
  close(s);
1663
1660
  return true;
1664
1661
}
1665
1662