git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89707
13f79535-47bb-0310-9956-
ffa450edef68
if (argc == 5) {
if (strcmp(argv[1], "-c"))
usage();
+#ifdef NETWARE
+ UnAugmentAsterisk(TRUE);
+ SetCurrentNameSpace(NW_NS_LONG);
+ SetTargetNameSpace(NW_NS_LONG);
+#endif
if (!(tfp = fopen(argv[2], "w"))) {
fprintf(stderr, "Could not open passwd file %s for writing.\n",
argv[2]);
if ((argc - i) != args_left) {
return usage();
}
+#ifdef NETWARE
+ UnAugmentAsterisk(TRUE);
+ SetCurrentNameSpace(NW_NS_LONG);
+ SetTargetNameSpace(NW_NS_LONG);
+#endif
if (newfile && nofile) {
fprintf(stderr, "%s: -c and -n options conflict\n", argv[0]);
return ERR_SYNTAX;