Index: /trunk/Nebulous/nebclient/src/nebclient.c
===================================================================
--- /trunk/Nebulous/nebclient/src/nebclient.c	(revision 4672)
+++ /trunk/Nebulous/nebclient/src/nebclient.c	(revision 4673)
@@ -4,5 +4,5 @@
  * Copyright (C) 2005  Joshua Hoblitt
  *
- * $Id: nebclient.c,v 1.37 2005-07-29 23:15:28 jhoblitt Exp $
+ * $Id: nebclient.c,v 1.38 2005-07-29 23:19:30 jhoblitt Exp $
  */
 
@@ -815,4 +815,12 @@
 
     if (!URI) {
+        nebSetErr(server, "parameter 'URI' may not be NULL");
+
+        return 0;
+    }
+
+    if (!filename) {
+        nebSetErr(server, "parameter 'filename' may not be NULL");
+
         return 0;
     }
