commit | d74a732bfae910b08d6d0f83a86cde04c3aa2cd5 | [log] [tgz] |
---|---|---|
author | Vitaly Buka <vitalybuka@google.com> | Wed Jan 27 18:39:36 2016 -0800 |
committer | Vitaly Buka <vitalybuka@google.com> | Thu Jan 28 18:16:36 2016 +0000 |
tree | 56949ba2a2d3554931d6f47f03b4bac19bc6f33e | |
parent | a821f2ec61873d1ad9eb207d7b760b3aaf21248e [diff] [blame] |
Update macaroon lib Change-Id: I37472f11827b8bf1af28c6f525df85093f5f3a56 Reviewed-on: https://weave-review.googlesource.com/2381 Reviewed-by: Alex Vakulenko <avakulenko@google.com>
diff --git a/third_party/libuweave/src/macaroon.c b/third_party/libuweave/src/macaroon.c index 50b2d00..aa775c2 100644 --- a/third_party/libuweave/src/macaroon.c +++ b/third_party/libuweave/src/macaroon.c
@@ -146,7 +146,7 @@ for (size_t i = 0; i < MAX_NUM_DELEGATEES; i++) { result->delegatees[i].id = NULL; result->delegatees[i].id_len = 0; - result->delegatees[i].is_app = true; + result->delegatees[i].type = kUwMacaroonDelegateeTypeNone; } }