Results 1 to 2 of 2

Thread: Minor flaw in AdminI.cpp

  1. #1
    grembo is offline Registered User
    Name: Michael Gmelin
    Organization: Grem Equity GmbH
    Project: E-Commerce platform
    Join Date
    Jan 2009
    Posts
    85

    Minor flaw in AdminI.cpp

    Code:
    void
    AdminI::checkIsReadOnly() const
    {
        if(_database->isReadOnly())
        {
            DeploymentException ex;
            ex.reason = "this operation is only allowed on a slave or read-only master registry.";
            throw ex;
        }
    }
    I assume "only" should be "not".

    (found while trying "icegridadmin -e application update application.xml" on a replica)

  2. #2
    benoit's Avatar
    benoit is online now ZeroC Staff
    Name: Benoit Foucher
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Rennes, France
    Posts
    2,196
    Hi,

    Yes. Thanks for the bug report, we will fix this for the next release.

    Cheers,
    Benoit.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. minor typo in doc
    By ctennis in forum Bug Reports
    Replies: 2
    Last Post: 03-28-2007, 12:28 PM
  2. Minor IceStorm enhancements
    By joe in forum Comments
    Replies: 4
    Last Post: 05-22-2006, 02:29 AM
  3. A (very) minor gift as a thank you!
    By SteveWampler in forum Patches
    Replies: 2
    Last Post: 01-21-2004, 08:52 AM
  4. Minor i386 fixes
    By rodrigc in forum Patches
    Replies: 3
    Last Post: 03-07-2003, 03:50 PM
  5. Minor Documentation Corrections
    By Ken Carpenter in forum Comments
    Replies: 3
    Last Post: 03-03-2003, 09:12 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •