X-Git-Url: http://git.onelab.eu/?p=vsys-wrappers.git;a=blobdiff_plain;f=fuse%2Freroutemount.c;fp=fuse%2Freroutemount.c;h=6a4469d5b86fa9a89a29e78fd8f3b482d60e94e7;hp=9bb8b6024ec0100f80bbcfd7339373ae3663706a;hb=280515b790c44566679b0e1271466695f0914132;hpb=3adff48421bd28afd1ace702b0f7cde17ce60ef4 diff --git a/fuse/reroutemount.c b/fuse/reroutemount.c index 9bb8b60..6a4469d 100644 --- a/fuse/reroutemount.c +++ b/fuse/reroutemount.c @@ -9,7 +9,7 @@ char *socket_name = "/vsys/fd_fusemount.control"; unsigned int arg_length = 128; -void send_argument(int control_channel_fd, char *source) { +void send_argument(int control_channel_fd, const char *source) { int sent; sent=send(control_channel_fd, source, arg_length, 0); if (sent