From: Kern Sibbald Date: Tue, 24 Aug 2004 12:18:45 +0000 (+0000) Subject: - Applied a patch from Peter Eriksson that removes a dynamic stack X-Git-Tag: Release-1.35.2~20 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c52daa6e554dc623ec38a29b3f553f327c144a54;p=bacula%2Frescue - Applied a patch from Peter Eriksson that removes a dynamic stack allocation (replaced by alloca) and fixes some const problems. - Fixed a free() of a static variable in the new IP code bnet.c - Got the new Bacula Rescue CDROM booting. - Replaced a dynamic template by a simple store when using the native C compiler. - Reworked some of the block.c error handling. - Changed a Dmsgx(000, to Dmsgx(100 in dev.c that was dumping debug output on a user. - Integrated patch from 1.34.6 block.c to 1.35 ---