Make opj 1.5 use port 50000, which is not compatible with trunk. But compatible with itself.

This commit is contained in:
Mathieu Malaterre 2012-02-06 15:32:59 +00:00
parent c6b02b10fe
commit 451a41064e
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ int main(int argc, char *argv[]){
printf( "Initialisation Winsock\n");
#endif //_WIN32
server_record = init_dec_server( 5000);
server_record = init_dec_server( 50000);
while(( client = accept_connection( server_record)) != -1 )
if(!handle_clientreq( client, server_record))