diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index 3e66949b690..eed875db70b 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -3652,7 +3652,7 @@ usage: (make-network-process &rest ARGS) */) | |||
| 3652 | 3652 | ||
| 3653 | /* :local ADDRESS or :remote ADDRESS */ | 3653 | /* :local ADDRESS or :remote ADDRESS */ |
| 3654 | tem = Fplist_get (contact, QCserver); | 3654 | tem = Fplist_get (contact, QCserver); |
| 3655 | if (!NILP (tem)) | 3655 | if (NILP (tem)) |
| 3656 | address = Fplist_get (contact, QCremote); | 3656 | address = Fplist_get (contact, QCremote); |
| 3657 | else | 3657 | else |
| 3658 | address = Fplist_get (contact, QClocal); | 3658 | address = Fplist_get (contact, QClocal); |