~ubuntu-branches/ubuntu/hardy/apparmor/hardy-proposed

« back to all changes in this revision

Viewing changes to changehat/libapparmor/testsuite/test_multi.c

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2007-09-18 11:12:50 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070918111250-3qufz5fx4qbi5xfl
Tags: 2.1+993-0ubuntu1
* new merge from upstream:
  * fixes to support new audit messages sent by the kernel module.
  * bump in minor library version for libapparmor.
* debian/control: Add perl libterm-readkey-perl and librpc-xml-perl
  dependencies for apparmor-utils. Fixes LP: #139757, LP: #139091.
* utils/SubDomain.pm: Re-enable RPC client for remote repositories.
* profiles/apparmor.d/sbin.syslogd: update profile.
  Fixes LP: #140672, LP: #140274.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
                {
134
134
                        printf("Task: %ld\n", record->task);
135
135
                }
136
 
                if (record->parent != NULL)
 
136
                if (record->parent != 0)
137
137
                {
138
 
                        printf("Parent: %s\n", record->parent);
 
138
                        printf("Parent: %ld\n", record->parent);
139
139
                }
140
140
                if (record->magic_token != 0)
141
141
                {