summaryrefslogtreecommitdiff
path: root/lib/vty.h
diff options
context:
space:
mode:
authorChristian Hopps <chopps@labn.net>2024-02-07 16:04:11 -0500
committerGitHub <noreply@github.com>2024-02-07 16:04:11 -0500
commitab3d0846bd8893f2f93af1d3b93c2cb4ac6da0f0 (patch)
tree006d1204048f1d5763edbcf9b76b78fe203f7d82 /lib/vty.h
parentacd7b6922e70ec2522f6d8db131f368d7bdae686 (diff)
parent2574f03a13d6fdd6580015c527c8d4b151579a70 (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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/vty.h b/lib/vty.h
index 06973da916..a59ac7a652 100644
--- a/lib/vty.h
+++ b/lib/vty.h
@@ -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)