2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +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:
Michael Graff 2009-11-20 14:05:43 +00:00
parent 7a5fb2613c
commit ae6b4206d3

View File

@ -127,7 +127,7 @@ class Session
seq
end
def group_sendmsg(routing, msg)
def group_replymsg(routing, msg)
seq = next_sequence
sendmsg({ :type => "send",
:from => @lname,
@ -135,7 +135,7 @@ class Session
:group => routing["group"],
:instance => routing["instance"],
:seq => seq,
:reply => fouring["seq"],
:reply => routing["seq"],
:msg => CC::Message.to_wire(msg),
})
seq