]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/volume.c
Revert server_notif code. We're testing something new in current, and it
[netatalk.git] / etc / afpd / volume.c
index ff3fe170676d3d5f1a97cb2eae62690d2b562dd5..23a34270e02a99466147ef4458d3c630082fe6d4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: volume.c,v 1.14.2.5 2002-02-08 02:54:24 jmarcus Exp $
+ * $Id: volume.c,v 1.14.2.6 2002-02-09 05:35:17 jmarcus Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -1308,9 +1308,7 @@ struct vol        *vol;
     /* a little granularity */
     if (vol->v_time < tv.tv_sec) {
         vol->v_time = tv.tv_sec;
-        if (obj->options.server_notif) {
-            obj->attention(obj->handle, AFPATTN_NOTIFY | AFPATTN_VOLCHANGED);
-        }
+        obj->attention(obj->handle, AFPATTN_NOTIFY | AFPATTN_VOLCHANGED);
     }
 }