Fixed missing setting of ext code in raw1394_start_lock()

git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@25 53a565d1-3bb7-0310-b661-cf11e63c67ab
This commit is contained in:
aeb 2000-04-27 01:09:52 +00:00
parent 9812e4136b
commit 8dd13e5082
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ int raw1394_start_lock(struct raw1394_handle *handle, nodeid_t node,
req->address = ((u_int64_t)node << 48) | addr;
req->sendb = sendbuf;
req->recvb = result;
req->misc = extcode;
switch (extcode) {
case 3: /* EXTCODE_FETCH_ADD */