chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
build: basic autoconfization
[elogind.git]
/
socket-util.c
diff --git
a/socket-util.c
b/socket-util.c
index
c8e8e59
..
0f5140e
100644
(file)
--- a/
socket-util.c
+++ b/
socket-util.c
@@
-103,7
+103,6
@@
int socket_address_parse(SocketAddress *a, const char *s) {
} else {
if ((e = strchr(s, ':'))) {
- int r;
if ((r = safe_atou(e+1, &u)) < 0)
return r;