Changeset 18018
- Timestamp:
- Jun 9, 2008, 10:51:47 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/src/nebclient.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/src/nebclient.c
r13254 r18018 4 4 * Copyright (C) 2005 Joshua Hoblitt 5 5 * 6 * $Id: nebclient.c,v 1.4 7 2007-05-04 23:42:08jhoblitt Exp $6 * $Id: nebclient.c,v 1.48 2008-06-09 20:51:47 jhoblitt Exp $ 7 7 */ 8 8 … … 401 401 locations = nebFindInstances(server, key, NULL); 402 402 if (!locations) { 403 nebSetErr(server, "no instances found"); 404 405 return NULL; 403 if (!strstr(nebErr(server), "no instances on storage volume")) { 404 nebSetErr(server, "no instances found"); 405 return NULL; 406 } 407 408 locations = nebFindInstances(server, key, ":any"); 409 if (!locations) { 410 nebSetErr(server, "no instances found"); 411 return NULL; 412 } 406 413 } 407 414
Note:
See TracChangeset
for help on using the changeset viewer.
