--- ../apache-1.3/src/support/htdigest.c.orig	Mon Jan 15 18:06:38 2001
+++ ../apache-1.3/src/support/htdigest.c	Wed Jul 18 23:49:20 2001
@@ -222,6 +222,9 @@
     if (argc == 5) {
 	if (strcmp(argv[1], "-c"))
 	    usage();
+#ifdef NETWARE
+    init_name_space();
+#endif
 	if (!(tfp = fopen(argv[2], "w"))) {
 	    fprintf(stderr, "Could not open passwd file %s for writing.\n",
 		    argv[2]);
