summaryrefslogtreecommitdiffstats
path: root/source/cAuthenticator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/cAuthenticator.cpp')
-rw-r--r--source/cAuthenticator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cAuthenticator.cpp b/source/cAuthenticator.cpp
index 0c482a9a1..8fe19ba90 100644
--- a/source/cAuthenticator.cpp
+++ b/source/cAuthenticator.cpp
@@ -125,7 +125,7 @@ void cAuthenticator::Execute(void)
{
return;
}
- assert(mQueue.size() > 0);
+ ASSERT(mQueue.size() > 0);
AString UserName = mQueue.front().mName;
AString ActualAddress = mAddress;