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

« back to all changes in this revision

Viewing changes to src/tcs/rpc/tcstp/rpc_daa.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 hDAA %x", THREAD_ID, hDAA);
45
 
 
46
44
        if (getData(TCSD_PACKET_TYPE_UINT32, 1, &hDAA, 0, &data->comm))
47
45
                return TCSERR(TSS_E_INTERNAL_ERROR);
 
46
        LogDebugFn("thread %ld hDAA %x", THREAD_ID, hDAA);
48
47
 
49
48
        if (getData(TCSD_PACKET_TYPE_BYTE, 2, &stage, 0, &data->comm))
50
49
                return TCSERR(TSS_E_INTERNAL_ERROR);
145
144
        if (getData(TCSD_PACKET_TYPE_UINT32, 0, &hContext, 0, &data->comm))
146
145
                return TCSERR(TSS_E_INTERNAL_ERROR);
147
146
 
148
 
        LogDebugFn("thread %zd hDAA %x", THREAD_ID, hDAA);
149
147
        if (getData(TCSD_PACKET_TYPE_UINT32, 1, &hDAA, 0, &data->comm))
150
148
                return TCSERR(TSS_E_INTERNAL_ERROR);
 
149
        LogDebugFn("thread %ld hDAA %x", THREAD_ID, hDAA);
151
150
 
152
151
        if (getData(TCSD_PACKET_TYPE_BYTE, 2, &stage, 0, &data->comm))
153
152
                return TCSERR(TSS_E_INTERNAL_ERROR);