diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-01-05 20:18:35 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-01-05 20:18:35 +0000 |
commit | 1663a71dfe2b5ba2a7ab2c0c4cd6b8546d9d35d2 (patch) | |
tree | 682474f1c53c4b5d8307b4bb9d22582d2fe00f86 /sal/inc/osl/socket.hxx | |
parent | b43cdb22449d1293a890f97669f7ae1c399179b3 (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.hxx | 6 |
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; } |