]> arthur.barton.de Git - netatalk.git/commitdiff
specify USEDOTS with MSWINDOWS implicitely, we missed to add that before
authorbfernhomberg <bfernhomberg>
Thu, 5 Feb 2004 16:55:19 +0000 (16:55 +0000)
committerbfernhomberg <bfernhomberg>
Thu, 5 Feb 2004 16:55:19 +0000 (16:55 +0000)
etc/afpd/volume.c

index 2cf62b74424200a5af6574491e1f86a71ad1d56a..0dcf6321c5d0ef9a3d561e6b83a17f0c2d017355 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: volume.c,v 1.51.2.7.2.18 2004-01-21 13:02:04 didg Exp $
+ * $Id: volume.c,v 1.51.2.7.2.19 2004-02-05 16:55:19 bfernhomberg Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -409,7 +409,7 @@ static void volset(struct vol_option *options, struct vol_option *save,
             if (strcasecmp(p, "prodos") == 0)
                 options[VOLOPT_FLAGS].i_value |= AFPVOL_A2VOL;
             else if (strcasecmp(p, "mswindows") == 0) {
-                options[VOLOPT_FLAGS].i_value |= AFPVOL_MSWINDOWS;
+                options[VOLOPT_FLAGS].i_value |= AFPVOL_MSWINDOWS | AFPVOL_USEDOTS;
             } else if (strcasecmp(p, "crlf") == 0)
                 options[VOLOPT_FLAGS].i_value |= AFPVOL_CRLF;
             else if (strcasecmp(p, "noadouble") == 0)