]> sourceware.org Git - dm.git/commitdiff
o need to pass the address of dso_name_arg and device_name arg to
authorAJ Lewis <alewis@redhat.com>
Wed, 4 May 2005 19:31:02 +0000 (19:31 +0000)
committerAJ Lewis <alewis@redhat.com>
Wed, 4 May 2005 19:31:02 +0000 (19:31 +0000)
   parse_message, not the pointers themselves

lib/event/libdm-event.c

index e676ee32113e1e78a21e929b7582a406680bf95a..343a6db6b114212a50fec86f4cfcda7de0001f31 100644 (file)
@@ -357,7 +357,7 @@ int dm_get_registered_device(char **dso_name, char **device_path,
        if (!(ret = do_event(next ? CMD_GET_NEXT_REGISTERED_DEVICE :
                                    CMD_GET_REGISTERED_DEVICE,
                             &msg, *dso_name, *device_path, *events)))
-               ret = parse_message(&msg, dso_name_arg, device_path_arg,
+               ret = parse_message(&msg, &dso_name_arg, &device_path_arg,
                                    events);
 
        if (next){
This page took 0.026574 seconds and 5 git commands to generate.