Changeset 1124 for TI05-delivery/trunk/src/python_ext/bbftpd.c
- Timestamp:
- 07/06/06 14:15:40 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI05-delivery/trunk/src/python_ext/bbftpd.c
r1100 r1124 54 54 } 55 55 56 if ((authzContext = PyObject_Call Method(authContext, "authorise", "")) == NULL) {56 if ((authzContext = PyObject_CallObject(authContext, NULL)) == NULL) { 57 57 //!TODO: should probably read the exception object to fill logmessage. 58 58 sprintf(logmessage, "bbftpd_private_auth_callback: authContext.authorise() failed");
Note: See TracChangeset
for help on using the changeset viewer.