~ubuntu-branches/ubuntu/oneiric/jabberd2/oneiric

« back to all changes in this revision

Viewing changes to storage/storage_db.c

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2009-05-12 11:47:53 UTC
  • mfrom: (1.1.4 upstream) (0.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20090512114753-jss6vqygkgnvtpbv
Tags: 2.2.8-1ubuntu1
* Merge from debian unstable, remaining changes:
 - debian/control:
    + Added Conflicts and Replaces: ..., jabber for jabberd2

Show diffs side-by-side

added added

removed removed

Lines of Context:
232
232
 
233
233
            case os_type_NAD:
234
234
                ser_string_get(&sval, &cur, buf, len);
235
 
                nad = nad_parse(drv->st->sm->router->nad_cache, sval, strlen(sval));
 
235
                nad = nad_parse(sval, strlen(sval));
236
236
                free(sval);
237
237
                if(nad == NULL) {
238
238
                    log_write(drv->st->sm->log, LOG_ERR, "db: unable to parse stored XML - database corruption?");