1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

Fix build warning.

Guenther
(This used to be commit bf4881d7774681e22f270697c7623bde33c30fe0)
This commit is contained in:
Günther Deschner 2007-11-27 18:09:50 +01:00
parent b7db7c8352
commit 4a1fbf7bbf

View File

@ -1304,7 +1304,7 @@ int interpret_protocol(const char *str,int def)
static char *strip_mount_options(const char *str)
{
if (*str == '-') {
char *p = str;
const char *p = str;
while(*p && !isspace(*p))
p++;
while(*p && isspace(*p))