]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - command.c
Overhaul help texts of server and afs commands.
[paraslash.git] / command.c
index eb15875c36b8affba5a3defdce8f787ad73026ba..fcf0803560e214394b77e7e8945f721a799b4537 100644 (file)
--- a/command.c
+++ b/command.c
@@ -364,7 +364,7 @@ static int com_sender(struct command_context *cc)
                        usleep(100 * 1000);
                        continue;
                }
-               memcpy(&mmd->sender_cmd_data, &scd, sizeof(scd));
+               mmd->sender_cmd_data = scd;
                mutex_unlock(mmd_mutex);
                break;
        }