Sync with trunk head (part 1 of 2)
[reactos.git] / drivers / ksfilter / ks / deviceinterface.c
index cd0ffe2..c1fdff8 100644 (file)
@@ -90,6 +90,10 @@ KspRegisterDeviceInterfaces(
             /* return result */
             return Status;
         }
+
+        /* copy device class */
+        RtlMoveMemory(&SymEntry->DeviceInterfaceClass, &Categories[Index], sizeof(CLSID));
+
         /* insert symbolic link entry */
         InsertTailList(SymbolicLinkList, &SymEntry->Entry);
     }