mirror of
https://github.com/profanity-im/profanity.git
synced 2024-10-27 20:30:13 -04:00
Add connection_get_domain stub for tests
This commit is contained in:
parent
3c70972610
commit
e9e5f382da
@ -39,6 +39,11 @@ const char * session_get_domain(void)
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const char * connection_get_domain(void)
|
||||||
|
{
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
gboolean connection_is_secured(void)
|
gboolean connection_is_secured(void)
|
||||||
{
|
{
|
||||||
return 1;
|
return 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user