mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
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>
This commit is contained in:
parent
18efb47a8f
commit
314b59fbef
@ -394,7 +394,7 @@ sub get_cmd_env_vars
|
||||
# Sets up a forest trust namespace.
|
||||
# (Note this is different to kernel namespaces, setup by the
|
||||
# USE_NAMESPACES=1 option)
|
||||
sub setup_namespaces($$:$$)
|
||||
sub setup_namespaces
|
||||
{
|
||||
my ($self, $localenv, $upn_array, $spn_array) = @_;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user