Pool sizes redefined and cleanup
[platform/upstream/dbus.git] / dbus / dbus-transport-socket.c
index 5da3e98..e7598ae 100644 (file)
@@ -31,6 +31,7 @@
 #include "dbus-credentials.h"
 #include <stdio.h>  //todo to remove
 
+
 /**
  * @defgroup DBusTransportSocket DBusTransport implementations for sockets
  * @ingroup  DBusInternals
@@ -553,7 +554,7 @@ do_writing (DBusTransport *transport)
       header_len = _dbus_string_get_length (header);
       body_len = _dbus_string_get_length (body);
 
-  /*    fprintf (stderr, "\nheader:\n");  //todo for test - to remove
+  /*    fprintf (stderr, "\nheader:\n");  //todo for test - to remove together wit int i declaration above
       for(i=0; i < header_len; i++)
       {
        fprintf (stderr, "%02x", _dbus_string_get_byte(header,i));
@@ -844,7 +845,7 @@ do_reading (DBusTransport *transport)
                                           buffer,
                                           bytes_read < 0 ? 0 : bytes_read);
     }
-  
+
   if (bytes_read < 0)
     {
       /* EINTR already handled for us */