Skip to content

Instantly share code, notes, and snippets.

@boxbackup-bot
Created May 19, 2019 10:09
Show Gist options
  • Save boxbackup-bot/068e2119e25875798c3b365ef06c0a06 to your computer and use it in GitHub Desktop.
Save boxbackup-bot/068e2119e25875798c3b365ef06c0a06 to your computer and use it in GitHub Desktop.
Trac issue 48 attachment
Index: bin/bbackupd/BackupDaemon.cpp
===================================================================
--- bin/bbackupd/BackupDaemon.cpp (Revision 2373)
+++ bin/bbackupd/BackupDaemon.cpp (Arbeitskopie)
@@ -1676,7 +1676,7 @@
"for path '" << apLoc->mPath
<< "', skipping location '" <<
apLoc->mName << "'");
- continue;
+ //continue;
}
// Execute create directory command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment