From ce9178fb13908eca5b7835e785fc0914a5022615 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 23 Jun 2002 14:19:13 +0000 Subject: Simon thanks for the patch. Some clean ups. Patch provided by tronical OAOAOAOAOAOAOAOAOAOAOAOAOBOBCVS: noncore/tools/remote/dvdgroupconf.cpp --- (limited to 'noncore/net/opieftp') diff --git a/noncore/net/opieftp/opieftp.cpp b/noncore/net/opieftp/opieftp.cpp index 293c391..8f2b9c9 100644 --- a/noncore/net/opieftp/opieftp.cpp +++ b/noncore/net/opieftp/opieftp.cpp @@ -499,10 +499,10 @@ void OpieFtp::localUpload() void OpieFtp::nullifyCallBack() { - FtpOptions(FTPLIB_CALLBACK, NULL, conn); - FtpOptions(FTPLIB_IDLETIME, NULL, conn); - FtpOptions(FTPLIB_CALLBACKARG, NULL, conn); - FtpOptions(FTPLIB_CALLBACKBYTES, NULL, conn); + FtpOptions(FTPLIB_CALLBACK, 0, conn); + FtpOptions(FTPLIB_IDLETIME, 0, conn); + FtpOptions(FTPLIB_CALLBACKARG, 0, conn); + FtpOptions(FTPLIB_CALLBACKBYTES, 0, conn); } void OpieFtp::remoteDownload() -- cgit v0.9.0.2