diff options
| author | 2006-12-10 19:21:05 +0000 | |
|---|---|---|
| committer | 2006-12-10 19:21:05 +0000 | |
| commit | f4c29af542bbded2fe36d9bdc80808c3a7f5d92b (patch) | |
| tree | 4e131c9e14555cce9dcb9af7298d88953a230e7a /libcsoap/soap-nudp.c | |
| parent | a1267cdc17db793dbd3d960d1da0b6cf397e2b3e (diff) | |
| download | csoap-f4c29af542bbded2fe36d9bdc80808c3a7f5d92b.tar.gz csoap-f4c29af542bbded2fe36d9bdc80808c3a7f5d92b.tar.bz2 | |
nhttp client fix and documentation update
Diffstat (limited to 'libcsoap/soap-nudp.c')
| -rw-r--r-- | libcsoap/soap-nudp.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/libcsoap/soap-nudp.c b/libcsoap/soap-nudp.c index 60a7d25..cde774a 100644 --- a/libcsoap/soap-nudp.c +++ b/libcsoap/soap-nudp.c @@ -1,5 +1,5 @@  /****************************************************************** -*  $Id: soap-nudp.c,v 1.7 2006/12/06 11:27:21 m0gg Exp $ +*  $Id: soap-nudp.c,v 1.8 2006/12/10 19:21:06 m0gg Exp $  *  * CSOAP Project:  A SOAP client/server library in C  * Copyright (C) 2006 Heiko Ronsdorf @@ -103,7 +103,7 @@ _soap_nudp_server_set_port(void)    }    else    { -    _soap_nudp_port = entry->s_port; +    _soap_nudp_port = ntohs(entry->s_port);    }    return _soap_nudp_port;  } | 
