http://git.etherboot.org
/
people
/
sha0
/
winvblock.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[httpdisk] Add success debug message to DriverEntry()
[people/sha0/winvblock.git]
/
src
/
httpdisk
/
httpdisk.c
diff --git
a/src/httpdisk/httpdisk.c
b/src/httpdisk/httpdisk.c
index
2dad476
..
f282e88
100644
(file)
--- a/
src/httpdisk/httpdisk.c
+++ b/
src/httpdisk/httpdisk.c
@@
-108,6
+108,8
@@
MmGetSystemAddressForMdlPrettySafe (
#include "portable.h"
#include "httpdisk.h"
#include "portable.h"
#include "httpdisk.h"
+#include "winvblock.h"
+#include "debug.h"
/* From bus.c */
extern NTSTATUS STDCALL HttpdiskBusEstablish(void);
/* From bus.c */
extern NTSTATUS STDCALL HttpdiskBusEstablish(void);
@@
-348,6
+350,7
@@
DriverEntry (
if (!NT_SUCCESS(status))
HttpDiskUnload(DriverObject);
if (!NT_SUCCESS(status))
HttpDiskUnload(DriverObject);
+ DBG("Success.\n");
return status;
}
return status;
}