]> git.sur5r.net Git - bacula/bacula/commitdiff
Correct doc error reported by Marco
authorKern Sibbald <kern@sibbald.com>
Sun, 19 Oct 2008 18:45:27 +0000 (18:45 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 19 Oct 2008 18:45:27 +0000 (18:45 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7843 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/lib/mem_pool.c
bacula/technotes-2.5

index b54af7b2b3063c2d50ce5a2612f269317a1f4c64..d961c396c7aae88c35e5a0891998af05d1fb5666 100644 (file)
@@ -160,7 +160,9 @@ int32_t sm_sizeof_pool_memory(const char *fname, int lineno, POOLMEM *obuf)
 {
    char *cp = (char *)obuf;
 
-   ASSERT(obuf);
+   if (obuf == NULL) {
+      Emsg0(M_ABORT, 0, _("obuf is NULL\n"));
+   }
    cp -= HEAD_SIZE;
    return ((struct abufhead *)cp)->ablen;
 }
index e1c33af9a224a37a05430d538c5d87caf662df0d..70856b2527c3439b9782313f86e49977f2a2103b 100644 (file)
@@ -30,7 +30,7 @@ that may be specified on the ./configure line using the
 
   ./configure --libdir=/full-path/dir
 
-the default /lib. If --libdir is specified, there should be
+the default /usr/lib. If --libdir is specified, there should be
 no need to modify your loader configuration provided that
 the shared objects are installed in that directory (Bacula
 does this with the make install command). The shared objects