summaryrefslogtreecommitdiff
path: root/sal/inc/osl/socket.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-05 20:18:35 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-05 20:18:35 +0000
commit1663a71dfe2b5ba2a7ab2c0c4cd6b8546d9d35d2 (patch)
tree682474f1c53c4b5d8307b4bb9d22582d2fe00f86 /sal/inc/osl/socket.hxx
parentb43cdb22449d1293a890f97669f7ae1c399179b3 (diff)
INTEGRATION: CWS qadev15 (1.3.220); FILE MERGED
2003/12/18 11:21:30 lla 1.3.220.1: #i23666# turner in variable assignment
Diffstat (limited to 'sal/inc/osl/socket.hxx')
-rw-r--r--sal/inc/osl/socket.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/inc/osl/socket.hxx b/sal/inc/osl/socket.hxx
index 7d5395e8a512..28936b9f85d4 100644
--- a/sal/inc/osl/socket.hxx
+++ b/sal/inc/osl/socket.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: socket.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jbu $ $Date: 2001-03-19 16:54:15 $
+ * last change: $Author: obo $ $Date: 2004-01-05 21:18:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -209,7 +209,7 @@ namespace osl
::rtl::OUString hostname;
oslSocketResult result = osl_getLocalHostname( &(hostname.pData) );
if(pResult )
- result = *pResult;
+ *pResult = result;
return hostname;
}