# | Line 48 | Line 48 | void Mounter::mount() | |
---|---|---|
48 | void Mounter::samba() | |
49 | { | |
50 | string path = config.root + "/" + host; | |
51 | – | |
51 | DIR* dir = opendir(path.c_str()); | |
53 | – | |
52 | dirent* file; | |
53 | ||
54 | while ((file = readdir(dir)) != NULL) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |