Skip to content

Commit

Permalink
compile
Browse files Browse the repository at this point in the history
  • Loading branch information
dwight committed Mar 1, 2011
1 parent a5ae1cf commit e932625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/distlock_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ namespace mongo {
int takeoverMins = (int) number_field(cmdObj, "takeoverMins", 0);

// How long until the lock is forced in ms, only compared locally
unsigned long long takeoverMS = number_field(cmdObj, "takeoverMS", 0);
unsigned long long takeoverMS = (unsinged long long) number_field(cmdObj, "takeoverMS", 0);

// Whether or not we should hang some threads
int hangThreads = (int) number_field(cmdObj, "hangThreads", 0);
Expand Down

0 comments on commit e932625

Please sign in to comment.