diff options
-rw-r--r-- | sd/source/ui/remotecontrol/Server.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/remotecontrol/Server.cxx b/sd/source/ui/remotecontrol/Server.cxx index 667cea6ea5f8..51376f3f5373 100644 --- a/sd/source/ui/remotecontrol/Server.cxx +++ b/sd/source/ui/remotecontrol/Server.cxx @@ -143,6 +143,8 @@ void RemoteServer::execute() } } + pSocket->write( "LO_SERVER_VALIDATING_PIN\n\n", + strlen( "LO_SERVER_VALIDATING_PIN\n\n" ) ); } else { delete pSocket; } |