diff options
author | Martin Pool <mbp@samba.org> | 2002-01-09 06:35:45 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2002-01-09 06:35:45 +0000 |
commit | 8079930620f9b53c468177e0f55c706ada8fd673 (patch) | |
tree | 4bdbb961b2fcc0bb8054912dfee02280e0b30729 /source3 | |
parent | bb21af13e36d476e52a6151be1d7bbf9ed6e6412 (diff) | |
download | samba-8079930620f9b53c468177e0f55c706ada8fd673.tar.gz samba-8079930620f9b53c468177e0f55c706ada8fd673.tar.bz2 samba-8079930620f9b53c468177e0f55c706ada8fd673.zip |
Sample configuration for dmalloc.
(This used to be commit 7bbfb29842b27938862a63834eef9b60ac568256)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/.dmallocrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/.dmallocrc b/source3/.dmallocrc new file mode 100644 index 0000000000..5e5c45e124 --- /dev/null +++ b/source3/.dmallocrc @@ -0,0 +1,2 @@ +samba allow-free-null, log-stats, log-non-free, log-trans, \ + check-fence, check-heap, check-lists, error-abort
\ No newline at end of file |