]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/afp_options.c
Sending TM used size
[netatalk.git] / etc / afpd / afp_options.c
index 7a2d405f82045aa4947d986a4b55a595f037d21a..82db1c8e5bae81acf233e733b5fe96f8b96d719a 100644 (file)
@@ -487,6 +487,10 @@ int afp_options_parseline(char *buf, struct afp_options *options)
                LOG(log_note, logtype_afpd, "Fce coalesce: %s", c);
                fce_set_coalesce(c);
        }
+       if ((c = getoption(buf, "-fceevents"))) {
+               LOG(log_note, logtype_afpd, "Fce events: %s", c);
+               fce_set_events(c);
+       }
 
     return 1;
 }