mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 23:16:22 +00:00
Improve const correctness
Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
This commit is contained in:
@@ -345,7 +345,7 @@ session_login_success(gboolean secured)
|
||||
|
||||
// items discovery
|
||||
connection_request_features();
|
||||
char* domain = connection_get_domain();
|
||||
const char* domain = connection_get_domain();
|
||||
iq_disco_items_request_onconnect(domain);
|
||||
|
||||
if (prefs_get_boolean(PREF_CARBONS)) {
|
||||
|
||||
Reference in New Issue
Block a user