Index: /trunk/Nebulous/nebclient/src/nebclient.c
===================================================================
--- /trunk/Nebulous/nebclient/src/nebclient.c	(revision 4508)
+++ /trunk/Nebulous/nebclient/src/nebclient.c	(revision 4509)
@@ -4,5 +4,5 @@
  * Copyright (C) 2005  Joshua Hoblitt
  *
- * $Id: nebclient.c,v 1.14 2005-07-08 01:33:56 jhoblitt Exp $
+ * $Id: nebclient.c,v 1.15 2005-07-08 01:38:00 jhoblitt Exp $
  */
 
@@ -153,5 +153,5 @@
     char            **locations;
 
-    if (nebFindInstances(server, (char *)key, NULL, &locations) < 2) {
+    if (nebFindInstances(server, key, NULL, &locations) < 2) {
         fprintf(stderr, "can not cull - not enough instances");
 
@@ -218,5 +218,5 @@
     char            *filename;
     
-    if (nebFindInstances(server, (char *)key, NULL, &locations) < 0) {
+    if (nebFindInstances(server, key, NULL, &locations) < 0) {
         nebSetErr(server, "no instances found");
 
@@ -242,5 +242,5 @@
     int             fh;
 
-    if (nebFindInstances(server, (char *)key, NULL, &locations) < 0) {
+    if (nebFindInstances(server, key, NULL, &locations) < 0) {
         fprintf(stderr, "no instances found\n");
 
@@ -277,5 +277,5 @@
     int             i;
 
-    n = nebFindInstances(server, (char *)key, NULL, &locations);
+    n = nebFindInstances(server, key, NULL, &locations);
 
     if (n < 0) {
