Skip to content

Commit

Permalink
TS-128: Fix build issues on RHEL4.
Browse files Browse the repository at this point in the history
  • Loading branch information
zwoop committed Feb 9, 2010
1 parent f7cb8d3 commit deddaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/mgmt2/MgmtDBM.cc
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ MgmtDBM::mgmt_batch_open()
// we have the semaphore, reset the failure count
g_semop_failures = 0;

if (open(db_file, NULL) || lock(true)) {
if (open(db_file, 0, NULL) || lock(true)) {
mgmt_fatal(stderr, "[MgmtDBM::mgmt_batch_open] dbm op failed\n");
}
opened = true;
Expand Down

0 comments on commit deddaa6

Please sign in to comment.