was broken.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8335
91ce42f0-d328-0410-95d8-
f526ca767f89
{
BY_HANDLE_FILE_INFORMATION info;
- if (!GetFileInformationByHandle((HANDLE)fd, &info)) {
+ if (!GetFileInformationByHandle((HANDLE)_get_osfhandle(fd), &info)) {
const char *err = errorString();
Dmsg1(2099, "GetfileInformationByHandle: %s\n", err);
LocalFree((void *)err);
mixed priorities
General:
+07Jan09
+kes Fix bug #1212, SD is unable to recycle purged volumes. fstat()
+ was broken.
06Jan09
ebl Despool attributes directly from the director if attribute
spool file is present