summaryrefslogtreecommitdiffstats
path: root/cmd-show-options.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-07-07 19:49:19 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-07-07 19:49:19 +0000
commit923ccfa2e8dfddc1611213bc027fd2968a84c04b (patch)
treea50aa399eceff37bcf97d902076c1e888d357fd4 /cmd-show-options.c
parent474fdebb7abf08aecbcf00a92b7d53cd9528649c (diff)
Rename the global options variables to be shorter and to make session options
clear. No functional change, getting this out of the way to make later options changes easier.
Diffstat (limited to 'cmd-show-options.c')
-rw-r--r--cmd-show-options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-show-options.c b/cmd-show-options.c
index 13482525..3cc3be58 100644
--- a/cmd-show-options.c
+++ b/cmd-show-options.c
@@ -54,7 +54,7 @@ cmd_show_options_exec(struct cmd *self, struct cmd_ctx *ctx)
long long vn;
if (data->flags & CMD_GFLAG)
- oo = &global_options;
+ oo = &global_s_options;
else {
if ((s = cmd_find_session(ctx, data->target)) == NULL)
return (-1);