From d8efb1c9b01ca20f0a204af46264505770e85b3e Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Thu, 18 Mar 2010 10:50:59 -0700 Subject: [PATCH] objecter: always fill in auid --- src/osdc/Objecter.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osdc/Objecter.cc b/src/osdc/Objecter.cc index 6e3e504ee7fad..7320a1022c6c2 100644 --- a/src/osdc/Objecter.cc +++ b/src/osdc/Objecter.cc @@ -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); -- 2.39.5