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-31 23:00:36 UTC
-
Revision ID:
teddy@recompile.se-20111231230036-dokyri4qljllv7ro
* mandos: Break some long lines.
(ClientDBus.Timeout_dbus_property): If changed, only reschedule
timeout if enabled.
Show diffs side-by-side
added
removed
1450
1450
perror_plus("setenv");
1451
1451
_exit(EX_OSERR);
1453
ret = setenv("VERBOSE", debug ? "1" : "0", 1);
1453
ret = setenv("VERBOSITY", debug ? "1" : "0", 1);
1455
1455
perror_plus("setenv");
1456
1456
_exit(EX_OSERR);
1475
1475
free(delaystring);
1476
1476
if(connect_to != NULL){
1477
ret = setenv("CONNECT", connect_to);
1477
ret = setenv("CONNECT", connect_to, 1);
1479
1479
perror_plus("setenv");
1480
1480
_exit(EX_OSERR);