diff options
Diffstat (limited to 'source/cAuthenticator.cpp')
-rw-r--r-- | source/cAuthenticator.cpp | 2 |
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;
|