Index: trunk/Nebulous/nebclient/src/nebclient.c
===================================================================
--- trunk/Nebulous/nebclient/src/nebclient.c	(revision 4649)
+++ trunk/Nebulous/nebclient/src/nebclient.c	(revision 4650)
@@ -4,5 +4,5 @@
  * Copyright (C) 2005  Joshua Hoblitt
  *
- * $Id: nebclient.c,v 1.32 2005-07-28 23:32:57 jhoblitt Exp $
+ * $Id: nebclient.c,v 1.33 2005-07-29 00:31:05 jhoblitt Exp $
  */
 
@@ -330,5 +330,4 @@
     nebObjectInstances *locations;
     char            *filename;
-    int             instances;
     int             fh;
 
@@ -348,5 +347,5 @@
 
     if (flag == NEB_WRITE) {
-        if (instances > 1) {
+        if (locations->n > 1) {
             nebSetErr(server, "write not allowed with multiple instances");
             nebFree(filename);
