X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=octopi%2Flibrary%2Ftentacles%2Flogin_tentacle.cpp;h=c50e3ef44fdd59ebff0ecbb4e015bbc47050d338;hb=b721c378c808cf726dc89fd548eb2ebb28fc6a4f;hp=20b34e2a1da25828f5f5162b742a67ec77913157;hpb=2952ccf47b80174880141a7ecfa122089f349b8d;p=feisty_meow.git diff --git a/octopi/library/tentacles/login_tentacle.cpp b/octopi/library/tentacles/login_tentacle.cpp index 20b34e2a..c50e3ef4 100644 --- a/octopi/library/tentacles/login_tentacle.cpp +++ b/octopi/library/tentacles/login_tentacle.cpp @@ -48,7 +48,7 @@ outcome login_tentacle::reconstitute(const string_array &classifier, return NO_HANDLER; return reconstituter(classifier, packed_form, reformed, - (security_infoton *)NIL); + (security_infoton *)NULL_POINTER); } void login_tentacle::expunge(const octopus_entity &to_remove) @@ -59,7 +59,7 @@ void login_tentacle::expunge(const octopus_entity &to_remove) outcome login_tentacle::consume(infoton &to_chow, const octopus_request_id &item_id, byte_array &transformed) { -// FUNCDEF("consume"); + FUNCDEF("consume"); transformed.reset(); security_infoton *inf = dynamic_cast(&to_chow); if (!inf) {