mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-15 22:31:32 +01:00
untangled moench from jungfrau, quite a few changes
This commit is contained in:
@@ -137,7 +137,7 @@ int acceptConnection(int socketDescriptor) {
|
||||
|
||||
|
||||
//socklen_t address_length;
|
||||
size_t address_length=sizeof(struct sockaddr_in);
|
||||
socklen_t address_length=sizeof(struct sockaddr_in);
|
||||
|
||||
if (socketDescriptor<0)
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user