Skip to content
Snippets Groups Projects
Commit 6f62b173 authored by Pär Lindfors's avatar Pär Lindfors Committed by Thomas Bellman
Browse files

tsmclient: Add default value undef for $serveraddress.


The parameter is documented as being optional. However to get the
default behaviour it had to be declared with the empty string as
value.

Signed-off-by: default avatarThomas Bellman <bellman@nsc.liu.se>
parent a1391e28
No related branches found
No related tags found
No related merge requests found
...@@ -158,7 +158,7 @@ ...@@ -158,7 +158,7 @@
* list. * list.
*/ */
define tsmclient($serveraddress, $nodename=$fqdn, define tsmclient($serveraddress=undef, $nodename=$fqdn,
$optoptions=[], $sysoptions=[], $inclexcl=[]) $optoptions=[], $sysoptions=[], $inclexcl=[])
{ {
include tsmclient::install include tsmclient::install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment