diff -r 7cee158cb8cd -r 26b2b12093af javacommons/gcfprotocols/http/src.s60/nativetransaction.cpp --- a/javacommons/gcfprotocols/http/src.s60/nativetransaction.cpp Wed Sep 15 12:05:25 2010 +0300 +++ b/javacommons/gcfprotocols/http/src.s60/nativetransaction.cpp Wed Oct 13 14:23:59 2010 +0300 @@ -220,6 +220,7 @@ jstring GetUserAgentL(JNIEnv *aJni, jboolean aMidpRuntime) { + jstring header = NULL; if (aMidpRuntime == false) @@ -290,6 +291,6 @@ CleanupStack::PopAndDestroy(repository); } - LOG(ESOCKET,EInfo,"GetUserAgentL() -"); + return header; }