summaryrefslogtreecommitdiff
path: root/net/xorp/files/patch-rtrmgr__userdb.hh
blob: a4c695222b36644281b865ad61d1724e44e03398 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- ./rtrmgr/userdb.hh.orig	2011-03-16 21:16:14.000000000 +0000
+++ ./rtrmgr/userdb.hh	2014-02-26 21:17:13.000000000 +0000
@@ -98,6 +98,7 @@
 
 private:
     map<uid_t, User*> _users;
+public:
     bool _verbose;	// Set to true if output is verbose
 };