diff options
| author | Christian Hopps <chopps@labn.net> | 2024-02-07 16:04:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-07 16:04:11 -0500 |
| commit | ab3d0846bd8893f2f93af1d3b93c2cb4ac6da0f0 (patch) | |
| tree | 006d1204048f1d5763edbcf9b76b78fe203f7d82 /lib/vty.h | |
| parent | acd7b6922e70ec2522f6d8db131f368d7bdae686 (diff) | |
| parent | 2574f03a13d6fdd6580015c527c8d4b151579a70 (diff) | |
Merge pull request #15286 from idryzhov/fix-mgmt-startup
Fix conflict in mgmtd on startup
Diffstat (limited to 'lib/vty.h')
| -rw-r--r-- | lib/vty.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -232,10 +232,6 @@ struct vty { uintptr_t mgmt_req_pending_data; bool mgmt_locked_candidate_ds; bool mgmt_locked_running_ds; - /* Need to track when we file-lock in vtysh to re-lock on end/conf t - * workaround - */ - bool vtysh_file_locked; }; static inline void vty_push_context(struct vty *vty, int node, uint64_t id) |
