Skip to content
Snippets Groups Projects
Commit 7468b6ad authored by rswindell's avatar rswindell
Browse files

Put client_socket in XTRN.DAT for Unix platforms.

parent 8eba925f
No related branches found
No related tags found
No related merge requests found
...@@ -351,10 +351,12 @@ void sbbs_t::xtrndat(char *name, char *dropdir, uchar type, ulong tleft ...@@ -351,10 +351,12 @@ void sbbs_t::xtrndat(char *name, char *dropdir, uchar type, ulong tleft
,cfg.temp_dir ,cfg.temp_dir
,cfg.sys_id ,cfg.sys_id
,cfg.node_misc ,cfg.node_misc
#if defined(__FLAT__) && defined(__OS2__) #if defined(__OS2__)
,rio_handle ,rio_handle
#elif defined(_WIN32) #elif defined(_WIN32)
,client_socket_dup ,client_socket_dup
#elif defined(__unix__)
,client_socket
#else #else
,-1 ,-1
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment