Skip to content

Commit

Permalink
Fix comment nitpick.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kestred committed Aug 12, 2014
1 parent 9d49ed2 commit 32c6d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/DBOperation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ bool DBOperationGet::initialize(channel_t sender, uint16_t msg_type, DatagramIte

bool DBOperationGet::verify_class(const dclass::Class *dclass)
{
// If request is GET_OBJECT don't expect a class, so don't need to verify it.
// If request is of type GET_OBJECT don't expect a class, so no need to verify it.
if(m_type == GET_OBJECT) { return true; }

// Otherwise verify the fields and spawn a warning for developers if its not valid
Expand Down

0 comments on commit 32c6d25

Please sign in to comment.