~ubuntu-branches/ubuntu/precise/trousers/precise-proposed

« back to all changes in this revision

Viewing changes to src/tcs/rpc/tcstp/rpc_caps_tpm.c

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2011-11-21 21:21:39 UTC
  • mfrom: (0.1.17 sid)
  • Revision ID: package-import@ubuntu.com-20111121212139-ctknyhaijski2e02
Tags: 0.3.7-1
* Imported Upstream version 0.3.7
* Adopt package (set new maintainer) (Closes: #543932)
* Add pkg-config to build-depends
* Update symbols for libtspi1
* Use dh --with autoreconf
* Update patches to work with dh_autoreconf

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        if (getData(TCSD_PACKET_TYPE_UINT32, 0, &hContext, 0, &data->comm))
42
42
                return TCSERR(TSS_E_INTERNAL_ERROR);
43
43
 
44
 
        LogDebugFn("thread %zd context %x", THREAD_ID, hContext);
 
44
        LogDebugFn("thread %ldd context %x", THREAD_ID, hContext);
45
45
 
46
46
        if (getData(TCSD_PACKET_TYPE_UINT32, 1, &capArea, 0, &data->comm))
47
47
                return TCSERR(TSS_E_INTERNAL_ERROR);
101
101
        if (getData(TCSD_PACKET_TYPE_UINT32, 0, &hContext, 0, &data->comm))
102
102
                return TCSERR(TSS_E_INTERNAL_ERROR);
103
103
 
104
 
        LogDebugFn("thread %zd context %x", THREAD_ID, hContext);
 
104
        LogDebugFn("thread %ld context %x", THREAD_ID, hContext);
105
105
 
106
106
        if (getData(TCSD_PACKET_TYPE_AUTH, 1, &ownerAuth, 0, &data->comm))
107
107
                return TCSERR(TSS_E_INTERNAL_ERROR);
148
148
        if (getData(TCSD_PACKET_TYPE_UINT32, 0, &hContext, 0, &data->comm))
149
149
                return TCSERR(TSS_E_INTERNAL_ERROR);
150
150
 
151
 
        LogDebugFn("thread %zd context %x", THREAD_ID, hContext);
 
151
        LogDebugFn("thread %ld context %x", THREAD_ID, hContext);
152
152
 
153
153
        if (getData(TCSD_PACKET_TYPE_UINT32, 1, &capArea, 0, &data->comm))
154
154
                return TCSERR(TSS_E_INTERNAL_ERROR);