ports/net/xorp/files/patch-rtrmgr__op_commands.hh
Antoine Brodin 54dc2eefda - Update to 1.8.5
- Unbreak and unexpire
- Stage support

PR:		ports/186982
Submitted by:	Johannes 5 Joemann
2014-02-26 21:54:59 +00:00

11 lines
436 B
C++

--- ./rtrmgr/op_commands.hh.orig 2011-03-16 21:27:56.000000000 +0000
+++ ./rtrmgr/op_commands.hh 2014-02-26 21:17:13.000000000 +0000
@@ -215,7 +215,7 @@
// Below here is temporary storage for use in parsing
list<string> _path_segments;
- OpCommand* _current_command;
+ // OpCommand* _current_command;
const TemplateTree* _template_tree;
SlaveConfigTree* _slave_config_tree;
SlaveModuleManager& _mmgr;