/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 plugin-runner.c

* initramfs-tools-hook: Also fix /lib<qual> and /usr/lib<qual>
                        directories.

Show diffs side-by-side

added added

removed removed

Lines of Context:
936
936
  
937
937
  closedir(dir);
938
938
  dir = NULL;
939
 
  free_plugin(getplugin(NULL));
940
939
  
941
940
  for(plugin *p = plugin_list; p != NULL; p = p->next){
942
941
    if(p->pid != 0){