X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=octopi%2Flibrary%2Ftests_octopus%2Ft_security.cpp;h=4ce733b16e76c3013e48796c25baafc6a7fb60a0;hb=54191b842084904138fc74df4c07f01171b39a4c;hp=9531ab6dba55bb96995bed3ff9fefe1937979d56;hpb=aad83c15eb10a34baff9b6472f88d1dfa1db9d77;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;