Skip to content

Commit

Permalink
writeTrustedFingerprint not calling correct function
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaamani committed Jun 9, 2013
1 parent 046060e commit 04e7092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/userstate.cc
Expand Up @@ -62,7 +62,7 @@ void UserState::Init(Handle<Object> target) {
NODE_SET_PROTOTYPE_METHOD(constructor, "readKeysSync",Read_Keys_Sync);
NODE_SET_PROTOTYPE_METHOD(constructor, "readFingerprintsSync",Read_Fingerprints_Sync);
NODE_SET_PROTOTYPE_METHOD(constructor, "writeFingerprintsSync",Write_Fingerprints_Sync);
NODE_SET_PROTOTYPE_METHOD(constructor, "writeTrustedFingerprintsSync",Write_Fingerprints_Sync);
NODE_SET_PROTOTYPE_METHOD(constructor, "writeTrustedFingerprintsSync",Write_Trusted_Fingerprints_Sync);
NODE_SET_PROTOTYPE_METHOD(constructor, "free",Free);

target->Set(name, constructor->GetFunction());
Expand Down

0 comments on commit 04e7092

Please sign in to comment.