agent: Fix compile problem for old Libassuan.

--
This commit is contained in:
Werner Koch 2014-12-01 09:49:16 +01:00
parent e1f515b19c
commit cdd451d5c2
1 changed files with 0 additions and 1 deletions

View File

@ -1574,7 +1574,6 @@ create_server_socket (char *name, int primary,
}
}
#else /* Assuan < 2.1.4 */
redirected = 0;
memset (unaddr, 0, sizeof *unaddr);
unaddr->sun_family = AF_UNIX;
if (strlen (name) + 1 >= sizeof (unaddr->sun_path))