From 5b3f81ea78f7a8ab69ff94cbf2bbf07f5966682e Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 5 May 2013 21:05:43 -0400 Subject: That doesn't work either, just don't use references. find ./ -name '*.cpp' -exec sed -i 's/Get/Get/g' {} \; --- modules/commands/os_session.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/commands/os_session.cpp') diff --git a/modules/commands/os_session.cpp b/modules/commands/os_session.cpp index 42449e44b..1e0e7c59c 100644 --- a/modules/commands/os_session.cpp +++ b/modules/commands/os_session.cpp @@ -652,8 +652,8 @@ class OSSession : public Module session_limit = block->Get("defaultsessionlimit"); max_session_kill = block->Get("maxsessionkill"); session_autokill_expiry = block->Get("sessionautokillexpiry"); - sle_reason = block->Get("sessionlimitexceeded"); - sle_detailsloc = block->Get("sessionlimitdetailsloc"); + sle_reason = block->Get("sessionlimitexceeded"); + sle_detailsloc = block->Get("sessionlimitdetailsloc"); max_exception_limit = block->Get("maxsessionlimit"); exception_expiry = block->Get("exceptionexpiry"); -- cgit