diff options
| author | Alexander Taylor <alex@vector35.com> | 2023-03-10 13:07:19 -0500 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2023-03-10 13:07:19 -0500 |
| commit | 63283aaad06d4d635b2ec19d82bd2da1a1fc6d14 (patch) | |
| tree | 950ba7528aad0762beced32c0178f09c5befac6b /enterprise.cpp | |
| parent | af85e10d20aa97cbd2e2c68bc7741cc5bc810c36 (diff) | |
Forgot to rename the Python API as well.
Diffstat (limited to 'enterprise.cpp')
| -rw-r--r-- | enterprise.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/enterprise.cpp b/enterprise.cpp index 52a120ae..41421c55 100644 --- a/enterprise.cpp +++ b/enterprise.cpp @@ -74,7 +74,7 @@ bool BinaryNinja::Enterprise::Connect() bool BinaryNinja::Enterprise::UpdateLicense(uint64_t timeout) { - return BNAcquireEnterpriseServerLicense(timeout); + return BNUpdateEnterpriseServerLicense(timeout); } |
