Do not try to dereference myself->connection->config_tree.
This was a bug introduced due to an incomplete merge (commit
ff71f28902
).
This commit is contained in:
parent
886a6f61a1
commit
3f59a26d80
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ bool setup_myself(void) {
|
|||
|
||||
/* Check if we want to use message authentication codes... */
|
||||
|
||||
if(!get_config_string(lookup_config(myself->connection->config_tree, "Digest"), &digest))
|
||||
if(!get_config_string(lookup_config(config_tree, "Digest"), &digest))
|
||||
digest = xstrdup("sha1");
|
||||
|
||||
int maclength = 4;
|
||||
|
|
Loading…
Reference in a new issue