X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=octopi%2Flibrary%2Ftests_octopus%2Ft_security.cpp;fp=octopi%2Flibrary%2Ftests_octopus%2Ft_security.cpp;h=4ce733b16e76c3013e48796c25baafc6a7fb60a0;hb=d7e8a05960951d8ce67e36c587726a851e2f5165;hp=9531ab6dba55bb96995bed3ff9fefe1937979d56;hpb=fa30e6adff1dea5d6b3903279ef024dd3bed043f;p=feisty_meow.git diff --git a/octopi/library/tests_octopus/t_security.cpp b/octopi/library/tests_octopus/t_security.cpp index 9531ab6d..4ce733b1 100644 --- a/octopi/library/tests_octopus/t_security.cpp +++ b/octopi/library/tests_octopus/t_security.cpp @@ -69,7 +69,7 @@ public: virtual outcome reconstitute(const string_array &classifier, byte_array &packed_form, infoton * &reformed) { - reformed = NIL; + reformed = NULL_POINTER; if (classifier != simp_classifier()) return NO_HANDLER; reformed = new simple_infoton; if (!reformed->unpack(packed_form)) { @@ -109,7 +109,7 @@ int test_octopus_security::execute() octopus logos("local", 18 * MEGABYTE); simple_tentacle *tenty = new simple_tentacle; logos.add_tentacle(tenty); - tenty = NIL; // octopus has charge of this now. + tenty = NULL_POINTER; // octopus has charge of this now. // turn on security in logos. simple_entity_registry *guardian = new simple_entity_registry;