Changeset 19503
- Timestamp:
- Sep 11, 2008, 2:34:11 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/src/nebclient.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/src/nebclient.c
r18018 r19503 4 4 * Copyright (C) 2005 Joshua Hoblitt 5 5 * 6 * $Id: nebclient.c,v 1.4 8 2008-06-09 20:51:47jhoblitt Exp $6 * $Id: nebclient.c,v 1.49 2008-09-12 00:34:11 jhoblitt Exp $ 7 7 */ 8 8 … … 406 406 } 407 407 408 locations = nebFindInstances(server, key, " :any");408 locations = nebFindInstances(server, key, "any"); 409 409 if (!locations) { 410 410 nebSetErr(server, "no instances found"); … … 490 490 } 491 491 492 locations = nebFindInstances(server, key, NULL);492 locations = nebFindInstances(server, key, "any"); 493 493 if (!locations) { 494 494 nebSetErr(server, "no instances found");
Note:
See TracChangeset
for help on using the changeset viewer.
