/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: 2011-12-30 17:14:15 UTC
  • mto: This revision was merged to the branch mainline in revision 541.
  • Revision ID: teddy@recompile.se-20111230171415-a5qso0vx7ps3d4a5
* network-hooks.d/wireless: Bug fix: Make executable.
* plugins.d/mandos-client.c (run_network_hooks): Bug fix: Set
                                                 "VERBOSITY", not
                                                 "VERBOSE".

Show diffs side-by-side

added added

removed removed

Lines of Context:
1450
1450
          perror_plus("setenv");
1451
1451
          _exit(EX_OSERR);
1452
1452
        }
1453
 
        ret = setenv("VERBOSE", debug ? "1" : "0", 1);
 
1453
        ret = setenv("VERBOSITY", debug ? "1" : "0", 1);
1454
1454
        if(ret == -1){
1455
1455
          perror_plus("setenv");
1456
1456
          _exit(EX_OSERR);