mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 13:21:15 +00:00
Slight formatting change for ENABLE_CLI_AGENTFWD if statement
This commit is contained in:
parent
d4a14fcb3d
commit
4d009daaa0
@ -134,13 +134,11 @@ void cli_buf_put_sign(buffer* buf, sign_key *key, int type,
|
|||||||
sigblob->len);
|
sigblob->len);
|
||||||
|
|
||||||
buf_free(sigblob);
|
buf_free(sigblob);
|
||||||
} else {
|
} else
|
||||||
#endif
|
#endif /* ENABLE_CLI_AGENTFWD */
|
||||||
|
{
|
||||||
buf_put_sign(buf, key, type, data, len);
|
buf_put_sign(buf, key, type, data, len);
|
||||||
#ifdef ENABLE_CLI_AGENTFWD
|
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* TODO: make it take an agent reference to use as well */
|
/* TODO: make it take an agent reference to use as well */
|
||||||
|
Loading…
Reference in New Issue
Block a user