diff options
Diffstat (limited to 'lib-src/emacsclient.c')
| -rw-r--r-- | lib-src/emacsclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index aab9c4b62f5..7792d0a2c74 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -1195,7 +1195,7 @@ set_local_socket (const char *local_socket_name) | |||
| 1195 | int use_tmpdir = 0; | 1195 | int use_tmpdir = 0; |
| 1196 | int saved_errno; | 1196 | int saved_errno; |
| 1197 | const char *server_name = local_socket_name; | 1197 | const char *server_name = local_socket_name; |
| 1198 | const char *tmpdir IF_LINT ( = NULL); | 1198 | const char *tmpdir; |
| 1199 | char *tmpdir_storage = NULL; | 1199 | char *tmpdir_storage = NULL; |
| 1200 | char *socket_name_storage = NULL; | 1200 | char *socket_name_storage = NULL; |
| 1201 | 1201 | ||