Changeset 4509
- Timestamp:
- Jul 7, 2005, 3:38:00 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/src/nebclient.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/src/nebclient.c
r4508 r4509 4 4 * Copyright (C) 2005 Joshua Hoblitt 5 5 * 6 * $Id: nebclient.c,v 1.1 4 2005-07-08 01:33:56jhoblitt Exp $6 * $Id: nebclient.c,v 1.15 2005-07-08 01:38:00 jhoblitt Exp $ 7 7 */ 8 8 … … 153 153 char **locations; 154 154 155 if (nebFindInstances(server, (char *)key, NULL, &locations) < 2) {155 if (nebFindInstances(server, key, NULL, &locations) < 2) { 156 156 fprintf(stderr, "can not cull - not enough instances"); 157 157 … … 218 218 char *filename; 219 219 220 if (nebFindInstances(server, (char *)key, NULL, &locations) < 0) {220 if (nebFindInstances(server, key, NULL, &locations) < 0) { 221 221 nebSetErr(server, "no instances found"); 222 222 … … 242 242 int fh; 243 243 244 if (nebFindInstances(server, (char *)key, NULL, &locations) < 0) {244 if (nebFindInstances(server, key, NULL, &locations) < 0) { 245 245 fprintf(stderr, "no instances found\n"); 246 246 … … 277 277 int i; 278 278 279 n = nebFindInstances(server, (char *)key, NULL, &locations);279 n = nebFindInstances(server, key, NULL, &locations); 280 280 281 281 if (n < 0) {
Note:
See TracChangeset
for help on using the changeset viewer.
