# HG changeset patch # User hgs # Date 1285676588 -19800 # Node ID d2517372cc44931571b9df8b4eb26d77c99b0035 # Parent 5237465237e3d6af07da24e641072a155fdfe0d6 201039_01 diff -r 5237465237e3 -r d2517372cc44 syncmlfw/ds/hostserver/dshostservers/src/nsmldshostserver2.cpp --- a/syncmlfw/ds/hostserver/dshostservers/src/nsmldshostserver2.cpp Fri Sep 24 20:27:11 2010 +0530 +++ b/syncmlfw/ds/hostserver/dshostservers/src/nsmldshostserver2.cpp Tue Sep 28 17:53:08 2010 +0530 @@ -109,6 +109,11 @@ // GLDEF_C TInt E32Main() { + // Temporary Workaround for Kernel Issue (ou1cimx1#131074) + // Load libc here because otherwise plugins which link to Qt will result in libc constructors being called twice + RLibrary lib; + lib.Load(_L("libc")); + return CNSmlDSHostServer2::LaunchServer( NULL ); }