/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: 2014-05-11 20:18:48 UTC
  • mto: This revision was merged to the branch mainline in revision 682.
  • Revision ID: teddy@recompile.se-20140511201848-blw9pl5c76upkhdc
Tags: version-1.6.5-1
* Makefile (version): Changed to "1.6.5".
* NEWS (Version 1.6.5): New entry.
* debian/changelog (1.6.5-1): - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
2486
2486
  if(debug){
2487
2487
    fprintf_plus(stderr, "Starting Avahi loop search\n");
2488
2488
  }
2489
 
  
 
2489
 
2490
2490
  ret = avahi_loop_with_timeout(simple_poll,
2491
2491
                                (int)(retry_interval * 1000), &mc);
2492
2492
  if(debug){
2596
2596
        free(fullname);
2597
2597
      }
2598
2598
    }
2599
 
    
 
2599
 
2600
2600
    /* need to clean even if 0 because man page doesn't specify */
2601
2601
    free(direntries);
2602
2602
    if(numentries == -1){