diff --git a/src/conf.c b/src/conf.c index c4a91f1ff..8bcf7c1aa 100644 --- a/src/conf.c +++ b/src/conf.c @@ -620,6 +620,7 @@ static int frontend_set_conf(RIG *rig, token_t token, const char *val) case TOK_DCD_PATHNAME: strncpy(rs->dcdport.pathname, val, HAMLIB_FILPATHLEN - 1); + strncpy(rs->dcdport_deprecated.pathname, val, HAMLIB_FILPATHLEN - 1); break;