Index: trunk/Nebulous-Server/lib/Nebulous/Server/SOAP.pm
===================================================================
--- trunk/Nebulous-Server/lib/Nebulous/Server/SOAP.pm	(revision 13092)
+++ trunk/Nebulous-Server/lib/Nebulous/Server/SOAP.pm	(revision 13111)
@@ -1,5 +1,5 @@
 # Copyright (c) 2004  Joshua Hoblitt
 #
-# $Id: SOAP.pm,v 1.3 2006-12-08 22:23:25 jhoblitt Exp $
+# $Id: SOAP.pm,v 1.4 2007-05-02 00:42:52 jhoblitt Exp $
 
 package Nebulous::Server::SOAP;
@@ -49,4 +49,6 @@
     return undef if $method eq 'DESTROY';
 
+    init() unless defined $neb;
+
     die "process $$ has not been initialized"
         unless defined $neb;
