git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7843
91ce42f0-d328-0410-95d8-
f526ca767f89
{
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;
}
./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