Skip to content

Commit

Permalink
better name for the config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Paavo-Einari Kaipila committed May 14, 2019
1 parent 6b721e5 commit a154fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endlessh.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#define DEFAULT_MAX_CLIENTS 4096

#if (defined(__FreeBSD__))
# define DEFAULT_CONFIG_FILE "/usr/local/etc/endlessh"
# define DEFAULT_CONFIG_FILE "/usr/local/etc/endlessh.config"
#else
# define DEFAULT_CONFIG_FILE "/etc/endlessh/config"
#endif
Expand Down

0 comments on commit a154fca

Please sign in to comment.