diff --git a/core/src/include/baconfig.h b/core/src/include/baconfig.h index 9b17c3d7192..c0a455c4686 100644 --- a/core/src/include/baconfig.h +++ b/core/src/include/baconfig.h @@ -3,7 +3,7 @@ Copyright (C) 2000-2010 Free Software Foundation Europe e.V. Copyright (C) 2011-2012 Planets Communications B.V. - Copyright (C) 2013-2021 Bareos GmbH & Co. KG + Copyright (C) 2013-2022 Bareos GmbH & Co. KG This program is Free Software; you can redistribute it and/or modify it under the terms of version three of the GNU Affero General Public @@ -537,7 +537,7 @@ int Getdomainname(char* name, int len); #if defined(HAVE_WIN32) // Windows # define DEFAULT_CONFIGDIR \ - "C:\\Documents and Settings\\All Users\\Application Data\\Bareos" + "C:\\Documents and Settings\\All Users\\Bareos" # define PathSeparator '\\' inline bool IsPathSeparator(int ch) { return ch == '/' || ch == '\\'; }