diff options
Diffstat (limited to 'src/ls.cxx')
-rw-r--r-- | src/ls.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ls.cxx b/src/ls.cxx index ef3fe2a84..9a74f88b8 100644 --- a/src/ls.cxx +++ b/src/ls.cxx @@ -34,7 +34,7 @@ * connected by IPC socket. */ static const char *remoteUrlPrefixes[] = { -#if defined(ENABLE_CURL) || defined(ENABLE_SOUP) +#if defined(ENABLE_CURL) "http://", #endif #ifdef ENABLE_MMS |