Change the comment in check_password.lua.

This commit is contained in:
markjcrane
2016-01-22 12:24:18 -07:00
parent ee97fe4230
commit 19945b5095

View File

@@ -62,7 +62,7 @@
end
end
-- check either we found valid voicemail box
--end the session if this is an invalid voicemail box
if (not voicemail_uuid) or (#voicemail_uuid == 0) then
return session:hangup();
end