Add connection_get_domain stub for tests
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user