Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / octopi / library / tentacles / login_tentacle.cpp
index c26c2f2ad1723b9500ef6b8755ac8ba68d8fe47f..c50e3ef44fdd59ebff0ecbb4e015bbc47050d338 100644 (file)
@@ -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)