]> git.pld-linux.org Git - packages/rpcbind.git/blob - rpcbind-format.patch
- Allow the warms start code to be enabled at compile time
[packages/rpcbind.git] / rpcbind-format.patch
1 --- rpcbind-0.1.4/src/pmap_svc.c~       2005-01-03 14:55:50.000000000 +0100
2 +++ rpcbind-0.1.4/src/pmap_svc.c        2007-04-24 16:30:54.000000000 +0200
3 @@ -314,7 +314,7 @@
4                         if ((pt2 = strrchr(ua, '.')) != NULL) {
5                                 *pt2 = 0;
6                                 snprintf(serveuaddr, sizeof serveuaddr,
7 -                                       "%s.%d.%d", ua,
8 +                                       "%s.%ld.%ld", ua,
9                                         (fnd->pml_map.pm_port >> 8) & 0xff,
10                                         (fnd->pml_map.pm_port) & 0xff);
11                                 *pt2 = '.';
This page took 0.025565 seconds and 3 git commands to generate.