~ubuntu-branches/ubuntu/karmic/vzctl/karmic

« back to all changes in this revision

Viewing changes to src/lib/cap.c

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2008-06-07 19:26:21 UTC
  • Revision ID: james.westby@ubuntu.com-20080607192621-fxuszmqzf8dnzi4p
Tags: 3.0.22-9
Correction of capability problem on some platforms. Closes: #482974.

Show diffs side-by-side

added added

removed removed

Lines of Context:
165
165
 
166
166
        memset(&header, 0, sizeof(header));
167
167
        header.version = _LINUX_CAPABILITY_VERSION;
 
168
        capget(&header, NULL); /* Get linux capability version from kernel */
168
169
        header.pid = pid;
169
170
 
170
171
        memset(&data, 0, sizeof(data));