[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase/kioslave/smtp
From:       Stephan Kulow <coolo () kde ! org>
Date:       2004-10-24 19:34:03
Message-ID: 20041024193403.EB8DF16BB7 () office ! kde ! org
[Download RAW message or body]

CVS commit by coolo: 

fixing use of socklen (the patch is in admin since quite some time)
BUG: 78238


  M +1 -1      smtp.cc   1.145


--- kdebase/kioslave/smtp/smtp.cc  #1.144:1.145
@@ -149,5 +149,5 @@ unsigned int SMTPProtocol::sendBufferSiz
   const int fd = fileno( fp );
   int value = -1;
-  ksize_t len = sizeof(value);
+  kde_socklen_t len = sizeof(value);
   if ( fd < 0 || ::getsockopt( fd, SOL_SOCKET, SO_SNDBUF, (char*)&value, &len ) )
     value = 1024; // let's be conservative


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic