summaryrefslogtreecommitdiff
path: root/enterprise.cpp
diff options
context:
space:
mode:
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);
}