2006-08-21: EV dixit:
> [...] I've tested it now (libkarmaHg105):
> 
> - The USB/Ethernet inconsistent bug seems fixed.  Thanks!  
>   However I still (consistently) get: "* Libkarma warning:
>   missing fid properties"

This error originates in line 169 of fdb.c:

  if (!path || !tm) {
      if (first) {
          tm=lk_properties_get_property_hash(tmp, "title");
          if (tm && strncmp(tm, FDB_FILENAME,
                            strlen(FDB_FILENAME)+1) == 0) {
              tm =lk_properties_get_property_hash(tmp, "type");
              if (tm && strncmp(tm, "taxi", 5) == 0)
                  continue;
          }
          lk_errors_set(E_NOPROP);    /**** Line 169 ****/
          first = 0;
      }
      continue;
  }

Whay this is an error?

Best,
EV.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
linux-karma-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-karma-devel

Reply via email to