Index: /trunk/Nebulous/nebclient/idataclient.c
===================================================================
--- /trunk/Nebulous/nebclient/idataclient.c	(revision 2942)
+++ /trunk/Nebulous/nebclient/idataclient.c	(revision 2943)
@@ -4,5 +4,5 @@
  * Copyright (C) 2005  Joshua Hoblitt
  *
- * $Id: idataclient.c,v 1.2 2005-01-08 00:57:59 jhoblitt Exp $
+ * $Id: idataclient.c,v 1.3 2005-01-10 22:11:12 jhoblitt Exp $
  */
 
@@ -64,5 +64,5 @@
         }
 
-        file = open(filename, O_RDWR|O_CREAT|O_EXCL, 0660);
+        file = open(filename, O_RDWR|O_TRUNC, 0660);
         if (file == -1) {
             fprintf(stderr, "can not open %s: %s\n", filename, strerror(errno));
