X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=octopi%2Flibrary%2Ftentacles%2Flogin_tentacle.cpp;fp=octopi%2Flibrary%2Ftentacles%2Flogin_tentacle.cpp;h=c50e3ef44fdd59ebff0ecbb4e015bbc47050d338;hb=d7e8a05960951d8ce67e36c587726a851e2f5165;hp=c26c2f2ad1723b9500ef6b8755ac8ba68d8fe47f;hpb=fa30e6adff1dea5d6b3903279ef024dd3bed043f;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)