Skip to content

Commit

Permalink
ceph-daemon: return wrapped func from infer_fsid
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Fritch <mfritch@suse.com>
  • Loading branch information
mgfritch committed Nov 20, 2019
1 parent bbdafce commit 7d919cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ceph-daemon/ceph-daemon
Expand Up @@ -253,6 +253,7 @@ def infer_fsid(func):

logger.info('Inferring fsid %s' % fsid_list[0])
args.fsid = fsid_list[0]
return func()
return _infer_fsid

def makedirs(dir, uid, gid, mode):
Expand Down

0 comments on commit 7d919cf

Please sign in to comment.