commit 4fa53a98ae6a42ada0b4d4b5516b7eb84e67ba6b from: Omar Polo date: Thu Jul 29 21:25:49 2021 UTC typo commit - 6b93b2b71709026cd3884c73a16fed9c20853f56 commit + 4fa53a98ae6a42ada0b4d4b5516b7eb84e67ba6b blob - 11659c75485949f123878478824632b92bf55007 blob + b083682f20e18a4950a4a8d1e1940f098a325a4b --- kamirepl.c +++ kamirepl.c @@ -495,7 +495,7 @@ pp_qid(const uint8_t *d, uint32_t len) memcpy(&vers, d, sizeof(vers)); d += sizeof(vers); - path = le64toh(vers); + vers = le64toh(vers); type = *d;