mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
[ROSAPPS][NETREG] Fix build
This commit is contained in:
parent
d48345a0ee
commit
2c5b3e3265
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ SOCKET make_listening_socket( int port ) {
|
|||
|
||||
fprintf( stderr, "Creating the listener\n" );
|
||||
SOCKET l = socket( PF_INET, SOCK_STREAM, 0 );
|
||||
fprintf( stderr, "Socket %I64x\n", l );
|
||||
fprintf( stderr, "Socket %x\n", l );
|
||||
|
||||
if( l == INVALID_SOCKET ) return l;
|
||||
if( bind( l, (struct sockaddr *)&sa, sizeof( sa ) ) < 0 ) {
|
||||
|
|
Loading…
Reference in a new issue