]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-libadmin-client-prototype-20090320
authorJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 20 Mar 2009 17:21:59 +0000 (17:21 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 20 Mar 2009 17:21:59 +0000 (17:21 +0000)
LICENSE IPL10

correct the prototype for afsclient_RXDebugOpenPort

(cherry picked from commit b2db1e83c1b4b66ee4f7fb22a6211f849f0e5dd4)

src/libadmin/client/afs_clientAdmin.h

index 1793fd93181f6507d4859cd86a9ae19f6d9b57a3..6a7ea0cda2ca8440c43ccbd5fc77a77d7f0d2dfe 100644 (file)
@@ -165,7 +165,7 @@ extern int ADMINAPI afsclient_RXDebugOpen(const char *serverName,
                                          afs_status_p st);
 
 extern int ADMINAPI afsclient_RXDebugOpenPort(const char *serverName,
-                                             int serverPort,
+                                              const int serverPort,
                                              rxdebugHandle_p *
                                              rxdebugHandleP,
                                              afs_status_p st);