Index: /trunk/Nebulous-Server/Changes
===================================================================
--- /trunk/Nebulous-Server/Changes	(revision 19955)
+++ /trunk/Nebulous-Server/Changes	(revision 19956)
@@ -18,4 +18,6 @@
     - fix nebulous --stop to return a status of 0 on success
     - add gentoo init script
+    - remove call to getmountedvol() stored proc from Nebulous::Server->mount()
+      as it's uneeded
 
 0.15 Thu Sep 11 13:00:59 HST 2008
Index: /trunk/Nebulous-Server/lib/Nebulous/Server.pm
===================================================================
--- /trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 19955)
+++ /trunk/Nebulous-Server/lib/Nebulous/Server.pm	(revision 19956)
@@ -1,5 +1,5 @@
 # Copyright (c) 2004-2008  Joshua Hoblitt
 #
-# $Id: Server.pm,v 1.87 2008-09-11 23:01:17 jhoblitt Exp $
+# $Id: Server.pm,v 1.88 2008-10-07 20:30:45 jhoblitt Exp $
 
 package Nebulous::Server;
@@ -1156,7 +1156,4 @@
     my $query;
     eval {
-        # ask the db to generate the table of mounted Nebulous volume 
-        $db->do("call getmountedvol()");
-
         $query = $db->prepare_cached( $sql->get_mounted_volumes );
         $query->execute();
