iOS: Ensure each bookmark has a UUID
This commit is contained in:
parent
28547bece7
commit
db79cb34e2
@ -39,7 +39,7 @@
|
||||
// Designated initializer.
|
||||
- (id)initWithConnectionParameters:(ConnectionParams*)params
|
||||
{
|
||||
if (!(self = [super init]))
|
||||
if (!(self = [self init]))
|
||||
return nil;
|
||||
|
||||
_connection_params = [params copy];
|
||||
|
Loading…
x
Reference in New Issue
Block a user