[hipl-commit] tla commit: hipl-dev@freelists.org--hipl/hipl--beet--2.6

  • From: Miika Komu <miika@xxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Thu, 17 Nov 2005 23:56:59 +0200

New revisions created in hipl-dev@xxxxxxxxxxxxxxxxxxx/hipl--beet--2.6

2005-11-17 GMT  Miika Komu <miika@xxxxxx>       patch-74

    Summary:
      Key autoloading almost complete.
    Revision:
      hipl--beet--2.6--patch-74

    Segfaults in hipd.c:main():
    
    #if 0 /* Miika: segfaults */
        /* Retrieve the keys to hipd */
        hip_msg_init(user_msg);
        ret = hip_serialize_host_id_action(user_msg, ACTION_ADD, 0, 1,
                                           NULL, NULL);
        if (ret) {
                HIP_ERROR("Could not load default keys\n");
                goto out_err;
        }
    
        ret = hip_handle_add_local_hi(user_msg);
        if (ret) {
                HIP_ERROR("Adding of keys failed\n");
                goto out_err;
        }
    #endif

    modified files:
     hipd/Makefile.am hipd/hidb.c hipd/hipd.c hipd/hipd.h
     libhiptool/Makefile.am libhiptool/misc.c libhiptool/misc.h
     tools/hipconf.c



regards,
"tla mail-new-revisions"


Other related posts: