ObjFW  Diff

Differences From Artifact [9556eafe3a]:

To Artifact [da3f38fa70]:


30
31
32
33
34
35
36
37
38
39
40
41
42
43
44

- init
{
	self = [super init];

	sock = INVALID_SOCKET;
	saddr = NULL;
	saddr_len = 0;

	return self;
}

- (void)dealloc
{
	if (sock != INVALID_SOCKET)







<







30
31
32
33
34
35
36

37
38
39
40
41
42
43

- init
{
	self = [super init];

	sock = INVALID_SOCKET;
	saddr = NULL;


	return self;
}

- (void)dealloc
{
	if (sock != INVALID_SOCKET)