cfg_client
struct client *cfg_client;
cfg_client = c = TAILQ_FIRST(&clients);
if (!cfg_finished && cfg_client != NULL)
return (cfg_client->cwd);