Fixed server port definition.

(cherry picked from commit 9e12768cdbc89af73153c6b402cc7765dcaf6ee7)
This commit is contained in:
Stefan Sommerfeld 2010-11-07 15:07:15 -02:00 committed by Marcelo Roberto Jimenez
parent 0c1ea1e61a
commit 4da4ea639f

View File

@ -61,9 +61,9 @@ typedef struct MServerSockArray {
/* ! . */
SOCKET stopPort;
/* ! . */
SOCKET miniServerPort4;
unsigned short miniServerPort4;
/* ! . */
SOCKET miniServerPort6;
unsigned short miniServerPort6;
#ifdef INCLUDE_CLIENT_APIS
/*! IPv4 SSDP socket for sending search requests and receiving search
* replies */