-- cleanup the parameter list for ConnClose(), ConnCloseAll(), ConnStartup

This commit is contained in:
pfelt
2009-07-19 23:31:35 +00:00
parent 94912df75c
commit d7b1ef0bec
19 changed files with 80 additions and 94 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ initlibs()
return;
}
if (!ConnStartup(DEFAULT_CONNECTION_TIMEOUT, TRUE)) {
if (!ConnStartup(DEFAULT_CONNECTION_TIMEOUT)) {
PyErr_SetString(PyExc_ImportError,
"bongo.libs error: ConnStartup() failed");
return;