IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19956


Ignore:
Timestamp:
Oct 7, 2008, 10:30:45 AM (18 years ago)
Author:
jhoblitt
Message:

remove call to getmountedvol() stored proc from Nebulous::Server->mount() as it's uneeded

Location:
trunk/Nebulous-Server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/Changes

    r19887 r19956  
    1818    - fix nebulous --stop to return a status of 0 on success
    1919    - add gentoo init script
     20    - remove call to getmountedvol() stored proc from Nebulous::Server->mount()
     21      as it's uneeded
    2022
    21230.15 Thu Sep 11 13:00:59 HST 2008
  • trunk/Nebulous-Server/lib/Nebulous/Server.pm

    r19495 r19956  
    11# Copyright (c) 2004-2008  Joshua Hoblitt
    22#
    3 # $Id: Server.pm,v 1.87 2008-09-11 23:01:17 jhoblitt Exp $
     3# $Id: Server.pm,v 1.88 2008-10-07 20:30:45 jhoblitt Exp $
    44
    55package Nebulous::Server;
     
    11561156    my $query;
    11571157    eval {
    1158         # ask the db to generate the table of mounted Nebulous volume
    1159         $db->do("call getmountedvol()");
    1160 
    11611158        $query = $db->prepare_cached( $sql->get_mounted_volumes );
    11621159        $query->execute();
Note: See TracChangeset for help on using the changeset viewer.