Skip to content
Snippets Groups Projects
Commit 3cc32837 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix var name

parent 0acaa647
No related branches found
No related tags found
No related merge requests found
......@@ -542,7 +542,7 @@ class EncryptedStanzaSession(StanzaSession):
',') ]
x.addChild(node=xmpp.DataField(name='modp', typ='list-single',
options=[[None, x] for x in modp_options]))
options=[[None, y] for y in modp_options]))
x.addChild(node=self.make_dhfield(modp_options, sigmai))
self.sigmai = sigmai
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment