chiark / gitweb /
admin, resolve ops bugfix: initialize tag in resop early.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 21 Feb 2006 15:23:21 +0000 (15:23 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 21 Feb 2006 23:58:12 +0000 (23:58 +0000)
commit452bf3f6897b8c6a22b51e1ef228da39136d51a7
tree95bed9e47f93245b7f5a9ddee7846de4398d3824
parent042d5c20a1c42002b35aa13c7a44dfb4a94d2e65
admin, resolve ops bugfix: initialize tag in resop early.

We can call the completion function before detachment, and it might try
to trace its job tag.  This initialization just makes sure that it
doesn't do something stupid here.
admin.c