diff options
Diffstat (limited to 'lib/ss')
-rw-r--r-- | lib/ss/invocation.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ss/invocation.c b/lib/ss/invocation.c index 074706fc..74fcb144 100644 --- a/lib/ss/invocation.c +++ b/lib/ss/invocation.c @@ -71,6 +71,7 @@ int ss_create_invocation(subsystem_name, version_string, info_ptr, *(new_table->rqt_tables+1) = (ss_request_table *) NULL; new_table->readline_handle = 0; + new_table->readline_shutdown = 0; new_table->readline = 0; new_table->add_history = 0; new_table->redisplay = 0; |