Skip to content

Commit

Permalink
objecter: always fill in auid
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Farnum committed Mar 18, 2010
1 parent 49a69e7 commit d8efb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osdc/Objecter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ int Objecter::create_pool(string& name, Context *onfinish, __u64 auid) {
op->onfinish = onfinish;
op->pool_op = POOL_OP_CREATE;
op_pool[op->tid] = op;
if (auid) op->auid = auid;
op->auid = auid;

pool_op_submit(op);

Expand Down

0 comments on commit d8efb1c

Please sign in to comment.