]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/berrno.h
Attempt to fix bat seg faults
[bacula/bacula] / bacula / src / lib / berrno.h
index 200347caa4ec2a961df8acdaceb89bf88358e2e7..eb4253de7c1ab20de1a1bc0ad00c5a501dad33aa 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2004-2007 Free Software Foundation Europe e.V.
+   Copyright (C) 2004-2009 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
@@ -75,9 +75,7 @@ inline berrno::berrno(int pool)
 {
    m_berrno = errno;
    m_buf = get_pool_memory(pool);
-#ifdef HAVE_WIN32
-   format_win32_message();
-#endif
+   *m_buf = 0;
    errno = m_berrno;
 }