Skip to content

Commit

Permalink
Bugfic
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshibobade21 committed Aug 5, 2023
1 parent 56c2cf4 commit 60052a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions c/datasetjson.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ static bool memberExists(char* dsName, DynallocMemberName daMemberName);
static int getDSCB(DatasetName *dsName, char* dscb, int bufferSize);
static int setDatasetAttributesForCreation(JsonObject *object, int *configsCount, TextUnit **inputTextUnit);
int createDataset(HttpResponse* response, char* absolutePath, char* datasetAttributes, int translationLength, int* reasonCode);
void extractDatasetAndMemberName(const char *datasetPath, DatasetName *dsn, DatasetMemberName *memberName);

static int getLreclOrRespondError(HttpResponse *response, const DatasetName *dsn, const char *ddPath) {
int lrecl = 0;
Expand Down
3 changes: 2 additions & 1 deletion h/datasetjson.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ bool isVsam(char CSIType);
int checkIfDatasetExistsAndRespond(HttpResponse* response, char* dataset, bool isMember);
bool isDatasetPathValid(const char *path);
void extractDatasetAndMemberName(const char *datasetPath, DatasetName *dsn, DatasetMemberName *memberName);
#endif

#endif /* __DATASETJSON__ */


/*
Expand Down

0 comments on commit 60052a3

Please sign in to comment.