diff options
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); } |
