bareos: master fa6a0548
| Author | Committer | Branch | Timestamp | Parent | |
|---|---|---|---|---|---|
| master | 2013-07-17 19:30 | master 283ef500 | Pending | ||
| Affected Issues | 0000209: Implement a store_alist_dir function | ||||
| Changeset | Implement a store_alist_dir function We currently have the following functions: - store_dir() (For storing a string with shell expansion to a dir/file) - store_str() (For storing a string) - store_alist_str() (For storing a list of strings) we are missing a store_alist_dir() which stores a list of shell expanded dirs/files. Fixes 0000209: Implement a store_alist_dir function |
||||
| mod - src/lib/parse_conf.h | Diff File | ||||
| mod - src/lib/parse_conf.c | Diff File | ||||
| mod - src/filed/filed_conf.c | Diff File | ||||