aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
authorokan2017-12-07 15:47:14 +0000
committerokan2017-12-07 15:47:14 +0000
commit119bed3cf0313cb028627872f7f85a232019991d (patch)
tree929f0fd39ae3a2448a06bffdfd3325c81b376fe4 /conf.c
parentc66f2651629919cb2c84778826f3375ab170390c (diff)
downloadcwm-119bed3cf0313cb028627872f7f85a232019991d.tar.gz
stash dir into conf since it'll be of use
Diffstat (limited to '')
-rw-r--r--conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.c b/conf.c
index e934b06..1405f20 100644
--- a/conf.c
+++ b/conf.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: conf.c,v 1.233 2017/07/14 17:23:38 okan Exp $
+ * $OpenBSD: conf.c,v 1.234 2017/12/07 15:47:14 okan Exp $
*/
#include <sys/types.h>
@@ -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");