diff options
Diffstat (limited to 'server-fn.c')
-rw-r--r-- | server-fn.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server-fn.c b/server-fn.c index 83b3fe86..6e629ccf 100644 --- a/server-fn.c +++ b/server-fn.c @@ -33,9 +33,9 @@ static void server_destroy_session_group(struct session *); void server_fill_environ(struct session *s, struct environ *env) { - char *term; - u_int idx; - long pid; + const char *term; + u_int idx; + long pid; if (s != NULL) { term = options_get_string(global_options, "default-terminal"); |