Ignore:
Timestamp:
Nov 26, 2009, 9:46:28 AM (14 years ago)
Author:
broder
Message:

Fix typo in invirt-build-conf.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-dev/invirt-build-conf

    r2567 r2568  
    3939        acl_fd, acl_name = tempfile.mkstemp()
    4040        acl_fd = os.fdopen(acl_fd)
    41         print >>acl_fd, '\n'.join(user(a) for a in acl)
     41        print >>acl_fd, '\n'.join(userToPrinc(a) for a in acl)
    4242
    4343        acl_path = os.path.join('/etc/remctl/acl/build-%s' % pocket)
Note: See TracChangeset for help on using the changeset viewer.