]> git.pld-linux.org Git - packages/pwdutils.git/blame - pwdutils-slp.patch
- added AUTHORS to doc
[packages/pwdutils.git] / pwdutils-slp.patch
CommitLineData
c5537d67
JB
1--- pwdutils-3.0.2/src/pam_rpasswd.c.orig 2005-07-13 23:31:57.000000000 +0200
2+++ pwdutils-3.0.2/src/pam_rpasswd.c 2005-07-18 19:29:30.733607496 +0200
3@@ -524,9 +524,9 @@
4 #ifdef USE_SLP
5 if (used_slp)
6 {
7- char *descr;
8+ char *hostp, *portp, *descr;
9
10- query_slp (&hostp, &portp, &descr);
11+ query_slp (pamh, &hostp, &portp, &descr);
12 if (options->port != NULL && strcmp (options->port, "rpasswd") != 0)
13 PRINTF (STD_HANDLE, _("SLP: Found Server on %s, port %s"),
14 options->host, options->port);
This page took 0.029915 seconds and 4 git commands to generate.