summaryrefslogtreecommitdiffstats
path: root/docs/htmldocs/using_samba/ch04_06.html
diff options
context:
space:
mode:
authorChristopher R. Hertel <crh@samba.org>2000-12-30 23:17:30 +0000
committerChristopher R. Hertel <crh@samba.org>2000-12-30 23:17:30 +0000
commite651d1d642cd1bfac11bec81a30915b95d4424c8 (patch)
tree0fbe2b95fa47fe222b64fce7f23e0783534d4270 /docs/htmldocs/using_samba/ch04_06.html
parent51c0436a50e9f9274cee9de043bbefc93aff8011 (diff)
downloadsamba-e651d1d642cd1bfac11bec81a30915b95d4424c8.tar.gz
samba-e651d1d642cd1bfac11bec81a30915b95d4424c8.tar.xz
samba-e651d1d642cd1bfac11bec81a30915b95d4424c8.zip
The line was:
struct tdb_traverse_lock tl = { tdb->travlocks.next, 0, 0 }; The IRIX compiler complained that the first initialization value was not a constant and errored out. Here's what it looks like now: struct tdb_traverse_lock tl = { NULL, 0, 0 }; int ret, count = 0; /* This was in the initializaton, above, but the IRIX compiler * did not like it. crh */ tl.next = tdb->travlocks.next; That worked. Chris -)-----
Diffstat (limited to 'docs/htmldocs/using_samba/ch04_06.html')
0 files changed, 0 insertions, 0 deletions