diff options
| author | Joseph Southwell <joseph@southwell.org> | 2014-02-02 19:28:51 +0100 |
|---|---|---|
| committer | Andreas Schneider <asn@cryptomilk.org> | 2014-02-02 22:21:07 +0100 |
| commit | 96ad690c80440c113c9db2b2fc53112c32d2fbcf (patch) | |
| tree | e2ec5b5462dc7129db15d4d10d1d218f139327f6 /src/misc.c | |
| parent | 0d82186503185bebe44145e31f057c0a1a120011 (diff) | |
src: Define MAX_BUF_SIZE globally and use it.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'src/misc.c')
| -rw-r--r-- | src/misc.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -697,7 +697,6 @@ char *ssh_path_expand_tilde(const char *d) { } char *ssh_path_expand_escape(ssh_session session, const char *s) { -#define MAX_BUF_SIZE 4096 char host[NI_MAXHOST]; char buf[MAX_BUF_SIZE]; char *r, *x = NULL; |
