selftest/s4: remove illegal function signature
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Sat, 7 Dec 2019 09:56:00 +0000 (22:56 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 4 Feb 2020 05:13:40 +0000 (05:13 +0000)
commit314b59fbeff1fc788a8841c58defd530bd551261
tree38f28026acc8c1cd7e8bad1444674ecf06542584
parent18efb47a8ff8b3e9251f9b2df8ef18b571ee1807
selftest/s4: remove illegal function signature

The character ':' has no meaning in function signatures. Perhaps ';' was
intended, which would have marked the later arguments as optional --
which is the default with no signature. All callers always provide all
the arguments anyway.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
selftest/target/Samba4.pm