ObjFW  Diff

Differences From Artifact [11a91dcb56]:

To Artifact [3dce4b47ac]:


48
49
50
51
52
53
54
55
56
57
58
59
60
61
- (void)dealloc
{
	[_socket release];

	[super dealloc];
}

- (OFString*)description
{
	return [OFString stringWithFormat:
	    @"Failed to accept connection in socket of class %@: %@",
	    [_socket class], of_strerror(_errNo)];
}
@end







|






48
49
50
51
52
53
54
55
56
57
58
59
60
61
- (void)dealloc
{
	[_socket release];

	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"Failed to accept connection in socket of class %@: %@",
	    [_socket class], of_strerror(_errNo)];
}
@end