]> granicus.if.org Git - apache/commit
Silent a sparse Warning.
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 29 Nov 2015 16:06:28 +0000 (16:06 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 29 Nov 2015 16:06:28 +0000 (16:06 +0000)
commitc3bc5ac55242098649abaafb53ceb3f2c4007f70
tree2d354c45ffc41421ad331374684c2010756d5e31
parentf991ae076b6a50e842cf1b6796d63147f53f04b7
Silent a sparse Warning.

cid->ecb->lpszLogData can not be NULL.
It is defined in mod_isapi.h as:
typedef struct EXTENSION_CONTROL_BLOCK {
...
    char           lpszLogData[80];
...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1717086 13f79535-47bb-0310-9956-ffa450edef68
modules/arch/win32/mod_isapi.c