Fixed build in debugging mode
This commit is contained in:
parent
99578d49e8
commit
1f7b94f027
@ -81,7 +81,7 @@ static int _smscrypt_init(PhonePlugin * plugin)
|
|||||||
SMSCrypt * smscrypt;
|
SMSCrypt * smscrypt;
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
fprintf(stderr, "DEBUG: %s() secret=\"%s\"\n", __func__, secret);
|
fprintf(stderr, "DEBUG: %s()\n", __func__);
|
||||||
#endif
|
#endif
|
||||||
if((smscrypt = malloc(sizeof(*smscrypt))) == NULL)
|
if((smscrypt = malloc(sizeof(*smscrypt))) == NULL)
|
||||||
return error_set_code(1, "%s", strerror(errno));
|
return error_set_code(1, "%s", strerror(errno));
|
||||||
|
Loading…
Reference in New Issue
Block a user