Fix olc with existing prototype
This commit is contained in:
parent
6ba995cf96
commit
e28b269714
1 changed files with 1 additions and 1 deletions
|
|
@ -2909,7 +2909,7 @@ class CmdSpawn(COMMAND_DEFAULT_CLASS):
|
||||||
elif metaprot:
|
elif metaprot:
|
||||||
# one match
|
# one match
|
||||||
metaprot = metaprot[0]
|
metaprot = metaprot[0]
|
||||||
start_olc(caller, self.session, metaprot)
|
start_olc(caller, session=self.session, metaproto=metaprot)
|
||||||
return
|
return
|
||||||
|
|
||||||
if 'search' in self.switches:
|
if 'search' in self.switches:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue