mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 21:45:37 +00:00
fix; had a duplicate method name
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@313 e5f2f494-b856-4b98-b285-d166d9295462
This commit is contained in:
@@ -127,7 +127,7 @@ class Session
|
|||||||
seq
|
seq
|
||||||
end
|
end
|
||||||
|
|
||||||
def group_sendmsg(routing, msg)
|
def group_replymsg(routing, msg)
|
||||||
seq = next_sequence
|
seq = next_sequence
|
||||||
sendmsg({ :type => "send",
|
sendmsg({ :type => "send",
|
||||||
:from => @lname,
|
:from => @lname,
|
||||||
@@ -135,7 +135,7 @@ class Session
|
|||||||
:group => routing["group"],
|
:group => routing["group"],
|
||||||
:instance => routing["instance"],
|
:instance => routing["instance"],
|
||||||
:seq => seq,
|
:seq => seq,
|
||||||
:reply => fouring["seq"],
|
:reply => routing["seq"],
|
||||||
:msg => CC::Message.to_wire(msg),
|
:msg => CC::Message.to_wire(msg),
|
||||||
})
|
})
|
||||||
seq
|
seq
|
||||||
|
Reference in New Issue
Block a user