diff --git a/dbus/dbus-string.c b/dbus/dbus-string.c
index b7a8b992..d9cf18ed 100644
--- a/dbus/dbus-string.c
+++ b/dbus/dbus-string.c
@@ -2311,7 +2311,6 @@ _dbus_string_equal (const DBusString *a,
return TRUE;
}
-#ifdef DBUS_BUILD_TESTS
/**
* Tests two DBusString for equality up to the given length.
* The strings may be shorter than the given length.
@@ -2356,7 +2355,6 @@ _dbus_string_equal_len (const DBusString *a,
return TRUE;
}
-#endif /* DBUS_BUILD_TESTS */
/**
* Tests two sub-parts of two DBusString for equality. The specified
diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml
index be9c9ffb..901e6657 100644
--- a/doc/dbus-specification.xml
+++ b/doc/dbus-specification.xml
@@ -2426,6 +2426,22 @@
would be padded by Nul bytes.
+
+ TCP Sockets
+
+ The tcp transport provides TCP/IP based connections between clients
+ located on the same or different hosts.
+
+
+ Windows notes: Because the tcp stack on windows do not provide sending
+ credentials over a tcp connection, the EXTERNAL authentification
+ mechanismus do not work.
+
+
+ Using tcp transport without any additional secure authentification mechanismus
+ over a network is unsecure.
+
+
Nonce-secured TCP Sockets