removed a few aborts from mgmapi

corrected typo in ndb Parser
This commit is contained in:
unknown 2005-09-12 14:03:23 +02:00
commit 0a3202bedf
2 changed files with 1 additions and 4 deletions

View file

@ -285,7 +285,7 @@ template<class T>
inline
void
Parser<T>::setBreakOnInvalidArg(bool v){
impl->m_breakOnInvalidArg;
impl->m_breakOnInvalidArg = v;
}
#endif