We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb3a36 commit a71894aCopy full SHA for a71894a
libhttpd/api.c
@@ -1,3 +1,4 @@
1
+/* vim: tabstop=4 softtabstop=4 shiftwidth=4 expandtab */
2
/*
3
** Copyright (c) 2002 Hughes Technologies Pty Ltd. All rights
4
** reserved.
@@ -799,7 +800,7 @@ httpdProcessRequest(httpd * server, request * r)
799
800
dirName[HTTP_MAX_URL - 1] = 0;
801
cp = strrchr(dirName, '/');
802
if (cp == NULL) {
- printf("Invalid request path '%s'\n", dirName);
803
+ /* printf("Invalid request path '%s'\n", dirName); */
804
return;
805
}
806
strncpy(entryName, cp + 1, HTTP_MAX_URL);
0 commit comments