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

  • Committer: Teddy Hogeborn
  • Date: 2018-02-10 18:58:32 UTC
  • mto: (237.7.594 trunk)
  • mto: This revision was merged to the branch mainline in revision 362.
  • Revision ID: teddy@recompile.se-20180210185832-fz2a92274niyrn44
Update lintian override to use correct line number

* debian/mandos.lintian-overrides
  (init.d-script-needs-depends-on-lsb-base): Change line number to
  "46".

Show diffs side-by-side

added added

removed removed

Lines of Context:
3083
3083
            clean_dir_at(dir_fd, direntries[i]->d_name, level+1);
3084
3084
            dret = 0;
3085
3085
          }
3086
 
          if((dret == -1) and (errno != ENOENT)){
 
3086
          if(dret == -1){
3087
3087
            fprintf_plus(stderr, "unlink(\"%s/%s\"): %s\n", dirname,
3088
3088
                         direntries[i]->d_name, strerror(errno));
3089
3089
          }