mirror of
https://gitee.com/wangbin579/cetus.git
synced 2024-12-02 11:57:44 +08:00
Fix one more problem related to save settings
This commit is contained in:
parent
d03d54b9da
commit
3dda708f1f
@ -1240,7 +1240,7 @@ show_enable_tcp_stream(gpointer param) {
|
||||
return g_strdup_printf("%s", srv->is_tcp_stream_enabled ? "true" : "false");
|
||||
}
|
||||
if (CAN_SAVE_OPTS_PROPERTY(opt_type)) {
|
||||
return srv->is_tcp_stream_enabled ? g_strdup("true") : NULL;
|
||||
return srv->is_tcp_stream_enabled ? g_strdup("true") : g_strdup("false");
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user