Change order to make more sense

This commit is contained in:
david reid 2014-09-25 00:39:26 +01:00
parent e107bd4939
commit 08a6e33e33
1 changed files with 3 additions and 2 deletions

View File

@ -445,8 +445,9 @@ static int process_mount(struct fuse_client * c)
log_for_client((void *)c,AFPFSD,LOG_NOTICE,
"Mounting %s from %s on %s\n",
(char *) req->url.servername,
(char *) req->url.volumename,req->mountpoint);
(char *) req->url.volumename,
(char *) req->url.servername,
req->mountpoint);
memset(&conn_req,0,sizeof(conn_req));