IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19503


Ignore:
Timestamp:
Sep 11, 2008, 2:34:11 PM (18 years ago)
Author:
jhoblitt
Message:

update any semantics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/src/nebclient.c

    r18018 r19503  
    44 * Copyright (C) 2005  Joshua Hoblitt
    55 *
    6  * $Id: nebclient.c,v 1.48 2008-06-09 20:51:47 jhoblitt Exp $
     6 * $Id: nebclient.c,v 1.49 2008-09-12 00:34:11 jhoblitt Exp $
    77 */
    88
     
    406406        }
    407407
    408         locations = nebFindInstances(server, key, ":any");
     408        locations = nebFindInstances(server, key, "any");
    409409        if (!locations) {
    410410            nebSetErr(server, "no instances found");
     
    490490    }
    491491
    492     locations = nebFindInstances(server, key, NULL);
     492    locations = nebFindInstances(server, key, "any");
    493493    if (!locations) {
    494494        nebSetErr(server, "no instances found");
Note: See TracChangeset for help on using the changeset viewer.