Skip to content

Commit acdd746

Browse files
authored
fix(NODE-3350): do not export Init function symbol (#130)
1 parent ab9825c commit acdd746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kerberos.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ NAN_METHOD(TestMethod) {
156156
});
157157
}
158158

159-
NAN_MODULE_INIT(Init) {
159+
static NAN_MODULE_INIT(Init) {
160160
// Custom types
161161
KerberosClient::Init(target);
162162
KerberosServer::Init(target);

0 commit comments

Comments
 (0)