/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

  • Committer: Björn Påhlsson
  • Date: 2009-02-08 01:50:24 UTC
  • mto: (237.7.1 mandos) (24.1.154 mandos)
  • mto: This revision was merged to the branch mainline in revision 250.
  • Revision ID: belorn@braxen-20090208015024-jewaulcqtxvbopq6
Fixed a bug in fallback handling

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));
939
940
  
940
941
  for(plugin *p = plugin_list; p != NULL; p = p->next){
941
942
    if(p->pid != 0){