From b06ddae6249cca671046d04c0cf709cd0c48fd90 Mon Sep 17 00:00:00 2001 From: okan Date: Thu, 7 Dec 2017 15:47:14 +0000 Subject: stash dir into conf since it'll be of use --- conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.c') diff --git a/conf.c b/conf.c index 2022527..02ae7c8 100644 --- a/conf.c +++ b/conf.c @@ -297,7 +297,7 @@ conf_init(struct conf *c) conf_cmd_add(c, "term", "xterm"); (void)snprintf(c->known_hosts, sizeof(c->known_hosts), "%s/%s", - homedir, ".ssh/known_hosts"); + c->homedir, ".ssh/known_hosts"); c->font = xstrdup("sans-serif:pixelsize=14:bold"); c->wmname = xstrdup("CWM"); -- cgit 1.4.1