]> granicus.if.org Git - strace/commit
Fix sockaddr_un.sun_path name in decoded output
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 22 Feb 2012 00:23:52 +0000 (00:23 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 22 Feb 2012 00:23:52 +0000 (00:23 +0000)
commitc86340e171ebbb4b11e986d172e9b27535ae1807
treea1a8db4f47aa469f77dc5141c634d611dc68c208
parent6c38156b6e345a25118e0b7144822bdf55839631
Fix sockaddr_un.sun_path name in decoded output

* net.c (printsock): Show sockaddr_un.sun_path as "sun_path".
This fixes Debian bug #554946.
net.c