]> git.pond.sub.org Git - empserver/commit
Permit truncating table product
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 18 Jun 2011 15:10:34 +0000 (17:10 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 25 Jun 2011 14:51:35 +0000 (16:51 +0200)
commitcff42775ac1dc9a2d279eb354895634eea681720
treeed3e60cd5a6a213f9834a48c12a30070e3748f5b
parent3a3b9409b2910e452e6b39a036549876ece2217a
Permit truncating table product

Truncating is actually fine for table product.  It's forbidden because
selector sname has flag NSC_CONST set.  I don't remember why sname was
made const in commit 445dfec9 along with item selector mnem, sect-chr
selector mnem and infrastructure selector name.  Unlike the other
tables, no code depends on product's builtin values.  Clear the flag.
src/lib/common/nsc.c