X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=octopi%2Flibrary%2Ftentacles%2Flogin_tentacle.cpp;h=c50e3ef44fdd59ebff0ecbb4e015bbc47050d338;hb=16f24ee42bcf19edc0b92933ec26f70222fa4fa6;hp=c26c2f2ad1723b9500ef6b8755ac8ba68d8fe47f;hpb=51d71c226be424b6a698c7474d237e8c69661af5;p=feisty_meow.git diff --git a/octopi/library/tentacles/login_tentacle.cpp b/octopi/library/tentacles/login_tentacle.cpp index c26c2f2a..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)