Browse Source

interrogate is fixed now

David Rose 21 years ago
parent
commit
3343d168e1
1 changed files with 1 additions and 3 deletions
  1. 1 3
      direct/src/distributed/cConnectionRepository.cxx

+ 1 - 3
direct/src/distributed/cConnectionRepository.cxx

@@ -142,9 +142,7 @@ check_datagram() {
       // structure, to support legacy code that expects to find it
       // structure, to support legacy code that expects to find it
       // there.
       // there.
       if (_python_repository != (PyObject *)NULL) {
       if (_python_repository != (PyObject *)NULL) {
-          // Dave Needs to fix interage.. 
-        PyObject *value = PyInt_FromLong(_msg_sender);
-//        PyObject *value = PyLong_FromUnsignedLongLong(_msg_sender);
+        PyObject *value = PyLong_FromUnsignedLongLong(_msg_sender);
         PyObject_SetAttrString(_python_repository, "msgSender", value);
         PyObject_SetAttrString(_python_repository, "msgSender", value);
         Py_DECREF(value);
         Py_DECREF(value);
       }
       }