Skip to content

Commit

Permalink
[#4] moved krbAuthRequest.hpp; fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
tempoz committed Jan 21, 2015
1 parent 1a0dae5 commit 3605720
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.base
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ OBJS = $(patsubst %.cpp, ${OBJDIR}/%.o, ${SRCS})

GCC = g++ -DRODS_SERVER

INC = -I/usr/include/irods
INC = -I/usr/include/irods -I/usr/include/irods/jansson/src
MY_CFLAG += ${INC}

%.o: %.cpp
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion krb/libkrb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ extern "C" {
acGetUserByDN(*arg,*OUT)||msiExecCmd(t,"*arg",null,null,null,*OUT)|nop
*/
ruleExecInfo_t rei;
char *args[2];
const char *args[2];
msParamArray_t *myMsParamArray;
msParamArray_t myInOutParamArray;

Expand Down

0 comments on commit 3605720

Please sign in to comment.