Skip to content

Commit

Permalink
Revert "fix4"
Browse files Browse the repository at this point in the history
This reverts commit b210af3.
  • Loading branch information
warezzz committed Feb 14, 2015
1 parent 725ded7 commit f2b17c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ void mysql::load_users(user_list &users) {
}
}
for (size_t i = 0; i < num_rows; i++) {
std::string passkey(res[i][1]);
std::string passkey(res[i][2]);
//bool protect_ip = res[i][3];
bool protect_ip = false;
bool can_leech = true;
Expand Down

0 comments on commit f2b17c8

Please sign in to comment.