mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-15 16:22:49 +02:00
Tidy the code that works out the socket path, and just use the full path
in the global socket_path rather than copying it.
This commit is contained in:
2
tmux.h
2
tmux.h
@ -1433,7 +1433,7 @@ extern struct options *global_w_options;
|
||||
extern struct environ *global_environ;
|
||||
extern char *shell_cmd;
|
||||
extern struct timeval start_time;
|
||||
extern char socket_path[PATH_MAX];
|
||||
extern const char *socket_path;
|
||||
const char *getshell(void);
|
||||
int checkshell(const char *);
|
||||
int areshell(const char *);
|
||||
|
Reference in New Issue
Block a user