typo in connectUNIXDatagram

[email protected] Tue, 26 Jan 2010 19:57:23 -0000
Newsgroups gmane.comp.python.twisted.bugs
Message-ID <[email protected]>
New submission from jesstess <[email protected]>:

{{{
-        mopde = self._checkMode('IReactorUNIXDatagram.connectUNIXDatagram', mode)
+        mode = self._checkMode('IReactorUNIXDatagram.connectUNIXDatagram', mode)
         p = unix.ConnectedDatagramPort(address, protocol, maxPacketSize, mode, bindAddress, self)
}}}

So the effects of _checkMode aren't propagated to !ConnectedDatagramPort.

----------
Type     : defect
Component: core
Keywords : 
Priority : normal
Nosy     : jesstess
----------
http://twistedmatrix.com/trac/ticket/4233