summaryrefslogtreecommitdiff
path: root/enterprise.cpp
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2023-03-10 13:07:19 -0500
committerAlexander Taylor <alex@vector35.com>2023-03-10 13:07:19 -0500
commit63283aaad06d4d635b2ec19d82bd2da1a1fc6d14 (patch)
tree950ba7528aad0762beced32c0178f09c5befac6b /enterprise.cpp
parentaf85e10d20aa97cbd2e2c68bc7741cc5bc810c36 (diff)
Forgot to rename the Python API as well.
Diffstat (limited to 'enterprise.cpp')
-rw-r--r--enterprise.cpp2
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);
}