/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: 2015-07-16 20:30:35 UTC
  • Revision ID: teddy@recompile.se-20150716203035-z7qjwm270o2vrjah
Assume the C11 language (ISO 9899:2011), when compiling C code.

* Makefile (LANGUAGE): Changed to "-std=gnu11".

Show diffs side-by-side

added added

removed removed

Lines of Context:
2746
2746
      errno = bring_up_interface(interface, delay);
2747
2747
      if(not interface_was_up){
2748
2748
        if(errno != 0){
2749
 
          perror_plus("Failed to bring up interface");
 
2749
          fprintf_plus(stderr, "Failed to bring up interface \"%s\":"
 
2750
                       " %s\n", interface, strerror(errno));
2750
2751
        } else {
2751
2752
          errno = argz_add(&interfaces_to_take_down,
2752
2753
                           &interfaces_to_take_down_size,